程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 字段和说明 |
---|---|
protected static Signal |
DecoderResult.SIGNAL_SUCCESS |
protected static Signal |
DecoderResult.SIGNAL_UNFINISHED |
限定符和类型 | 方法和说明 |
---|---|
static Signal |
Signal.valueOf(java.lang.String name)
Creates a new
Signal with the specified name . |
限定符和类型 | 方法和说明 |
---|---|
void |
Signal.expect(Signal signal)
Check if the given
Signal is the same as this instance. |