Uses of Class
com.sun.nio.sctp.SendFailedNotification
Package | Description |
---|---|
com.sun.nio.sctp |
A Java API for Stream Control Transport Protocol.
|
-
Uses of SendFailedNotification in com.sun.nio.sctp
Methods in com.sun.nio.sctp with parameters of type SendFailedNotification Modifier and Type Method Description HandlerResult
AbstractNotificationHandler. handleNotification(SendFailedNotification notification, T attachment)
Invoked when anSendFailedNotification
is received from the SCTP stack.