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.compression | |
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
io.netty.handler.codec.smtp |
SMTP codec.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptedFrameException
An
DecoderException which is thrown when the received frame data could not be decoded by
an inbound handler. |
class |
TooLongFrameException
An
DecoderException which is thrown when the length of the frame
decoded is greater than the allowed maximum. |
Modifier and Type | Class and Description |
---|---|
class |
DecompressionException
A
DecoderException that is raised when decompression failed. |
Modifier and Type | Class and Description |
---|---|
class |
HAProxyProtocolException
A
DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered |
Modifier and Type | Class and Description |
---|---|
class |
MqttIdentifierRejectedException
A
MqttIdentifierRejectedException which is thrown when a CONNECT request contains invalid client identifier. |
class |
MqttUnacceptableProtocolVersionException
A
MqttUnacceptableProtocolVersionException which is thrown when
a CONNECT request contains unacceptable protocol version. |
Modifier and Type | Method and Description |
---|---|
private static DecoderException |
SmtpResponseDecoder.newDecoderException(ByteBuf buffer,
int readerIndex,
int readable) |