Uses of Class
jnr.constants.platform.SocketControlMessage
-
Packages that use SocketControlMessage Package Description jnr.constants.platform -
-
Uses of SocketControlMessage in jnr.constants.platform
Methods in jnr.constants.platform that return SocketControlMessage Modifier and Type Method Description static SocketControlMessage
SocketControlMessage. valueOf(long value)
Returns the enum constant of this type with the specified name.static SocketControlMessage
SocketControlMessage. valueOf(java.lang.String name)
Returns 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.
-