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