final class ChannelDataState
extends java.lang.Object
NetChannelInput
,
NetChannelOutput
Modifier and Type | Field and Description |
---|---|
(package private) static byte |
BROKEN
Signifies that the channel is broken.
|
(package private) static byte |
DESTROYED
Signifies that the channel has been destroyed.
|
(package private) static byte |
INACTIVE
Signifies that the channel has not been activated yet.
|
(package private) static byte |
MOVED
Signifies that the channel has moved to a new location and that this new location is available.
|
(package private) static byte |
MOVING
Signifies that the channel has recently moved and has yet to be reestablished at a new location.
|
(package private) static byte |
OK_INPUT
Signifies that the channel has been started and is a input end.
|
(package private) static byte |
OK_OUTPUT
Signified that the channel has been started and is a output end.
|
(package private) static byte |
POISONED
Signifies that the channel has been poisoned.
|
Modifier | Constructor and Description |
---|---|
private |
ChannelDataState()
Private default constructor.
|
static final byte INACTIVE
static final byte OK_INPUT
static final byte OK_OUTPUT
static final byte DESTROYED
static final byte BROKEN
static final byte MOVING
static final byte MOVED
static final byte POISONED