Uses of Class
jnr.unixsocket.UnixSocketChannel.State
-
Packages that use UnixSocketChannel.State Package Description jnr.unixsocket -
-
Uses of UnixSocketChannel.State in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixSocketChannel.State Modifier and Type Field Description private UnixSocketChannel.State
UnixSocketChannel. state
Methods in jnr.unixsocket that return UnixSocketChannel.State Modifier and Type Method Description static UnixSocketChannel.State
UnixSocketChannel.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnixSocketChannel.State[]
UnixSocketChannel.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jnr.unixsocket with parameters of type UnixSocketChannel.State Constructor Description UnixSocketChannel(int fd, UnixSocketChannel.State initialState, boolean initialBoundState)
-