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 Modifier and Type 方法 描述 abstract PeerAddressChangeNotification.AddressChangeEvent
PeerAddressChangeNotification. event()
返回更改事件的类型。static PeerAddressChangeNotification.AddressChangeEvent
PeerAddressChangeNotification.AddressChangeEvent. valueOf(String name)
以指定的名称返回此类型的枚举常量。static PeerAddressChangeNotification.AddressChangeEvent[]
PeerAddressChangeNotification.AddressChangeEvent. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
-