Package | Description |
---|---|
jnr.unixsocket |
Modifier and Type | Field and Description |
---|---|
private UnixSocketChannel.State |
UnixSocketChannel.state |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
UnixSocketChannel(int fd,
UnixSocketChannel.State initialState,
boolean initialBoundState) |