Notification | A notification from the SCTP stack. | code | html |
NotificationHandler | A handler for consuming notifications from the SCTP stack. | code | html |
SctpSocketOption | A socket option associated with an SCTP channel. | code | html |
AssociationChangeNotification | Notification emitted when an association has either opened or closed. | code | html |
MessageInfo | The {@code MessageInfo} class provides additional ancillary information about messages. | code | html |
PeerAddressChangeNotification | Notification emitted when a destination address on a multi-homed peer encounters a change. | code | html |
SctpChannel | A selectable channel for message-oriented connected SCTP sockets. | code | html |
SctpMultiChannel | A selectable channel for message-oriented SCTP sockets. | code | html |
SctpServerChannel | A selectable channel for message-oriented listening SCTP sockets. | code | html |
SendFailedNotification | Notification emitted when a send failed notification has been received. | code | html |
ShutdownNotification | Notification emitted when a peers shutdowns an the association. | code | html |
AssociationChangeNotification.AssocChangeEvent | Defines the type of change event that happened to the association. | code | html |
HandlerResult | Defines notification handler results. | code | html |
PeerAddressChangeNotification.AddressChangeEvent | Defines the type of address change event that occurred to the destination address on a multi-homed peer when it encounters a change of interface details. | code | html |
AbstractNotificationHandler | A skeletal handler that consumes notifications and continues. | code | html |
Association | A class that represents an SCTP association. | code | html |
IllegalReceiveException | Unchecked exception thrown when an attempt is made to invoke the {@code receive} method of SctpChannel or SctpMultiChannel from a notification handler. | code | html |
IllegalUnbindException | Unchecked exception thrown when an attempt is made to remove an address that is not bound to the channel, or remove an address from a channel that has only one address bound to it. | code | html |
InvalidStreamException | Unchecked exception thrown when an attempt is made to send a message to an invalid stream. | code | html |
SctpStandardSocketOption | SCTP channels supports the socket options defined by this class (as well as those listed in the particular channel class) and may support additional Implementation specific socket options. | code | html |
SctpStandardSocketOption.InitMaxStreams | This class is used to set the maximum number of inbound/outbound streams used by the local endpoint during association initialization. | code | html |
SctpStandardSocketOptions | SCTP channels supports the socket options defined by this class (as well as those listed in the particular channel class) and may support additional Implementation specific socket options. | code | html |
SctpStandardSocketOptions.InitMaxStreams | This class is used to set the maximum number of inbound/outbound streams used by the local endpoint during association initialization. | code | html |