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.
|
Modifier and Type | Field and Description |
---|---|
static DecoderResult |
DecoderResult.SUCCESS |
static DecoderResult |
DecoderResult.UNFINISHED |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DecoderResultProvider.decoderResult()
Returns the result of decoding this object.
|
static DecoderResult |
DecoderResult.failure(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
DecoderResultProvider.setDecoderResult(DecoderResult result)
Updates the result of decoding this object.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.