Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Field and Description |
---|---|
protected static Signal |
DecoderResult.SIGNAL_SUCCESS |
protected static Signal |
DecoderResult.SIGNAL_UNFINISHED |
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.valueOf(Class<?> firstNameComponent,
String secondNameComponent)
|
static Signal |
Signal.valueOf(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. |
Copyright © 2008–2016 The Netty Project. All rights reserved.