程序包 | 说明 |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.util |
Benchmarks for
io.netty.util . |
限定符和类型 | 字段和说明 |
---|---|
protected static Signal |
DecoderResult.SIGNAL_SUCCESS |
protected static Signal |
DecoderResult.SIGNAL_UNFINISHED |
限定符和类型 | 方法和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
int |
Signal.compareTo(Signal other) |
void |
Signal.expect(Signal signal)
Check if the given
Signal is the same as this instance. |