Uses of Enum Class
com.sun.nio.sctp.PeerAddressChangeNotification.AddressChangeEvent
Packages that use PeerAddressChangeNotification.AddressChangeEvent
-
Uses of PeerAddressChangeNotification.AddressChangeEvent in com.sun.nio.sctp
Subclasses with type arguments of type PeerAddressChangeNotification.AddressChangeEvent in com.sun.nio.sctpModifier and TypeClassDescriptionstatic enum
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.Methods in com.sun.nio.sctp that return PeerAddressChangeNotification.AddressChangeEventModifier and TypeMethodDescriptionPeerAddressChangeNotification.event()
Returns the type of change event.Returns the enum constant of this class with the specified name.PeerAddressChangeNotification.AddressChangeEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.