Uses of Class
com.sun.nio.sctp.PeerAddressChangeNotification.AddressChangeEvent
-
Packages that use PeerAddressChangeNotification.AddressChangeEvent 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。 -
-
Uses of PeerAddressChangeNotification.AddressChangeEvent in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return PeerAddressChangeNotification.AddressChangeEvent 变量和类型 方法 描述 abstract PeerAddressChangeNotification.AddressChangeEvent
PeerAddressChangeNotification. event()
返回change事件的类型。static PeerAddressChangeNotification.AddressChangeEvent
PeerAddressChangeNotification.AddressChangeEvent. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static PeerAddressChangeNotification.AddressChangeEvent[]
PeerAddressChangeNotification.AddressChangeEvent. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。
-