Uses of Enum
jnr.constants.platform.SocketControlMessage
Packages that use SocketControlMessage
-
Uses of SocketControlMessage in jnr.constants.platform
Subclasses with type arguments of type SocketControlMessage in jnr.constants.platformFields in jnr.constants.platform with type parameters of type SocketControlMessageModifier and TypeFieldDescriptionprivate static final ConstantResolver<SocketControlMessage> SocketControlMessage.resolverMethods in jnr.constants.platform that return SocketControlMessageModifier and TypeMethodDescriptionstatic SocketControlMessageSocketControlMessage.valueOf(long value) Returns the enum constant of this type with the specified name.static SocketControlMessageReturns the enum constant of this type with the specified name.static SocketControlMessage[]SocketControlMessage.values()Returns an array containing the constants of this enum type, in the order they are declared.