Uses of Enum
jnr.unixsocket.UnixSocketChannel.State
Packages that use UnixSocketChannel.State
-
Uses of UnixSocketChannel.State in jnr.unixsocket
Subclasses with type arguments of type UnixSocketChannel.State in jnr.unixsocketFields in jnr.unixsocket declared as UnixSocketChannel.StateMethods in jnr.unixsocket that return UnixSocketChannel.StateModifier and TypeMethodDescriptionstatic UnixSocketChannel.StateReturns 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.StateModifierConstructorDescription(package private)UnixSocketChannel(int fd, UnixSocketChannel.State initialState, boolean initialBoundState)