dk.i1.sctp
Class sctp_event_subscribe

java.lang.Object
  extended by dk.i1.sctp.sctp_event_subscribe

public class sctp_event_subscribe
extends java.lang.Object


Field Summary
 boolean sctp_adaptation_layer_event
           
 boolean sctp_address_event
          Receive SCTPNotificationPeerAddressChange events.
 boolean sctp_association_event
          Receive association change notifications.
 boolean sctp_data_io_event
          Receive sctp_sndrcvinfo per chunk.
 boolean sctp_partial_delivery_event
           
 boolean sctp_peer_error_event
           
 boolean sctp_send_failure_event
          Receive SCTPNotificationSendFailed events.
 boolean sctp_shutdown_event
           
 
Constructor Summary
sctp_event_subscribe()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sctp_data_io_event

public boolean sctp_data_io_event
Receive sctp_sndrcvinfo per chunk. You definetely want this on a OneToManySCTPSocket.


sctp_association_event

public boolean sctp_association_event
Receive association change notifications. You probably want this on a OneToManySCTPSocket. This results in SCTPNotificationAssociationChangeCommUp, SCTPNotificationAssociationChangeCommLost, SCTPNotificationAssociationChangeRestart, SCTPNotificationAssociationChangeShutdownComplete and SCTPNotificationAssociationChangeCantStartAssociation events being generated.


sctp_address_event

public boolean sctp_address_event
Receive SCTPNotificationPeerAddressChange events.


sctp_send_failure_event

public boolean sctp_send_failure_event
Receive SCTPNotificationSendFailed events. You probably want this enable if you can use the fact that the remote peer probably did not receive an in-flight message. (you probably also need to use sctp_sndrcvinfo.sinfo_context)


sctp_peer_error_event

public boolean sctp_peer_error_event

sctp_shutdown_event

public boolean sctp_shutdown_event

sctp_partial_delivery_event

public boolean sctp_partial_delivery_event

sctp_adaptation_layer_event

public boolean sctp_adaptation_layer_event
Constructor Detail

sctp_event_subscribe

public sctp_event_subscribe()