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 变量和类型 方法 描述 abstract AssociationChangeNotification.AssocChangeEvent
AssociationChangeNotification. event()
返回change事件的类型。static AssociationChangeNotification.AssocChangeEvent
AssociationChangeNotification.AssocChangeEvent. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static AssociationChangeNotification.AssocChangeEvent[]
AssociationChangeNotification.AssocChangeEvent. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。
-