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.
|
io.netty.handler.codec.memcache |
Common superset of ascii and binary classes.
|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
io.netty.handler.codec.stomp |
STOMP codec
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageDecoderResult
|
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DefaultHttpObject.decoderResult() |
DecoderResult |
HttpObject.getDecoderResult()
Deprecated.
Use
DecoderResultProvider.decoderResult() instead. |
DecoderResult |
DefaultHttpObject.getDecoderResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpObject.setDecoderResult(DecoderResult decoderResult) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
AbstractMemcacheObject.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMemcacheObject.setDecoderResult(DecoderResult result) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
MqttMessage.decoderResult() |
Constructor and Description |
---|
MqttMessage(MqttFixedHeader mqttFixedHeader,
Object variableHeader,
Object payload,
DecoderResult decoderResult) |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
AbstractSocksMessage.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSocksMessage.setDecoderResult(DecoderResult decoderResult) |
Modifier and Type | Field and Description |
---|---|
protected DecoderResult |
DefaultStompHeadersSubframe.decoderResult |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
DefaultStompHeadersSubframe.decoderResult() |
DecoderResult |
DefaultStompContentSubframe.decoderResult() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStompHeadersSubframe.setDecoderResult(DecoderResult decoderResult) |
void |
DefaultStompContentSubframe.setDecoderResult(DecoderResult decoderResult) |
Copyright © 2008–2024 The Netty Project. All rights reserved.