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