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.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Field and Description |
---|---|
static DecoderResult |
DecoderResult.SUCCESS |
static DecoderResult |
DecoderResult.UNFINISHED |
Modifier and Type | Method and Description |
---|---|
static DecoderResult |
DecoderResult.failure(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
HttpObject.getDecoderResult()
Returns the result of decoding this message.
|
DecoderResult |
DefaultHttpObject.getDecoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
HttpObject.setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
void |
DefaultHttpObject.setDecoderResult(DecoderResult decoderResult) |
Copyright © 2008–2018 The Netty Project. All rights reserved.