Uses of Enum
jnr.unixsocket.UnixDatagramChannel.State
Packages that use UnixDatagramChannel.State
-
Uses of UnixDatagramChannel.State in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixDatagramChannel.StateMethods in jnr.unixsocket that return UnixDatagramChannel.StateModifier and TypeMethodDescriptionstatic UnixDatagramChannel.State
Returns the enum constant of this type with the specified name.static UnixDatagramChannel.State[]
UnixDatagramChannel.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 UnixDatagramChannel.StateModifierConstructorDescription(package private)
UnixDatagramChannel
(int fd, UnixDatagramChannel.State initialState, boolean initialBoundState)