Package | Description |
---|---|
io.netty.handler.codec |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
io.netty.util |
Utility classes used across multiple packages.
|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Field and Description |
---|---|
private static Signal |
ReplayingDecoderByteBuf.REPLAY |
(package private) static Signal |
ReplayingDecoder.REPLAY |
protected static Signal |
DecoderResult.SIGNAL_SUCCESS |
protected static Signal |
DecoderResult.SIGNAL_UNFINISHED |
Modifier and Type | Field and Description |
---|---|
private static ConstantPool<Signal> |
Signal.pool |
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.valueOf(java.lang.Class<?> firstNameComponent,
java.lang.String secondNameComponent)
|
static Signal |
Signal.valueOf(java.lang.String name)
Returns the
Signal of the specified name. |
Modifier and Type | Method and Description |
---|---|
int |
Signal.compareTo(Signal other) |
void |
Signal.expect(Signal signal)
Check if the given
Signal is the same as this instance. |
Modifier and Type | Field and Description |
---|---|
private static Signal |
DefaultPromise.SUCCESS |
private static Signal |
DefaultPromise.UNCANCELLABLE |