Uses of Class
com.sun.nio.sctp.PeerAddressChangeNotification
-
Packages that use 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 HandlerResultAbstractNotificationHandler. handleNotification(PeerAddressChangeNotification notification, T attachment)Invoked when anPeerAddressChangeNotificationis received from the SCTP stack.
-