| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static DecoderResult |
DecoderResult.SUCCESS |
static DecoderResult |
DecoderResult.UNFINISHED |
| 限定符和类型 | 方法和说明 |
|---|---|
static DecoderResult |
DecoderResult.failure(java.lang.Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
DecoderResult |
HttpObject.getDecoderResult()
Returns the result of decoding this message.
|
DecoderResult |
DefaultHttpObject.getDecoderResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpObject.setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
void |
DefaultHttpObject.setDecoderResult(DecoderResult decoderResult) |