Uses of Class
jnr.unixsocket.UnixDatagramChannel.State
-
-
Uses of UnixDatagramChannel.State in jnr.unixsocket
Fields in jnr.unixsocket declared as UnixDatagramChannel.State Modifier and Type Field Description private UnixDatagramChannel.State
UnixDatagramChannel. state
Methods in jnr.unixsocket that return UnixDatagramChannel.State Modifier and Type Method Description static UnixDatagramChannel.State
UnixDatagramChannel.State. valueOf(java.lang.String name)
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.State Constructor Description UnixDatagramChannel(int fd, UnixDatagramChannel.State initialState, boolean initialBoundState)
-