Uses of Class
com.sun.nio.sctp.PeerAddressChangeNotification
-
Packages that use PeerAddressChangeNotification Package Description com.sun.nio.sctp This package is only included to let SCTP also compile on non-unix operation systems.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API. -
-
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, java.lang.Object o)
-
Uses of PeerAddressChangeNotification in io.netty.channel.sctp
Methods in io.netty.channel.sctp with parameters of type PeerAddressChangeNotification Modifier and Type Method Description HandlerResult
SctpNotificationHandler. handleNotification(PeerAddressChangeNotification notification, java.lang.Object o)
-