Package dk.i1.sctp

Class Summary
AssociationId Encapsulates the ID of an association.
OneToManySCTPSocket A one-to-many SCTP socket.
OneToOneSCTPSocket A one-to-one SCTP socket.
sctp_event_subscribe  
sctp_initmsg  
sctp_paddrparams  
sctp_sndrcvinfo  
SCTPChunk An SCTP chunk, data or notification.
SCTPData  
SCTPNotification  
SCTPNotificationAdaptationIndication  
SCTPNotificationAssociationChange Notification that an association has been created, lost or not created.
SCTPNotificationAssociationChangeCantStartAssociation An association to a peer cannot be made.
SCTPNotificationAssociationChangeCommLost An association has been lost.
SCTPNotificationAssociationChangeCommUp An association has been brought up.
SCTPNotificationAssociationChangeRestart A peer has been restarted.
SCTPNotificationAssociationChangeShutdownComplete An association has been shut down (cleanly).
SCTPNotificationPartialDeliveryEvent  
SCTPNotificationPeerAddressChange  
SCTPNotificationRemoteError  
SCTPNotificationSendFailed  
SCTPNotificationShutdownEvent  
SCTPSocket An SCTP socket An SCTP socket behaves in some ways like a TCP socket and in some ways like a datagram socket.
 

Enum Summary
SCTPNotification.Type  
SCTPNotificationAssociationChange.State  
 

Exception Summary
WouldBlockException This exception is thrown when an operation on an SCTPSocket would block and the socket is in non-blocking mode.