程序包 | 说明 |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
io.netty.handler.codec.compression | |
io.netty.handler.codec.haproxy |
Decodes an HAProxy proxy protocol header
|
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http.multipart |
Benchmarks for
io.netty.handler.codec.http.multipart . |
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.mqtt |
Benchmarks for
io.netty.handler.codec.mqtt . |
限定符和类型 | 类和说明 |
---|---|
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. |
限定符和类型 | 类和说明 |
---|---|
class |
DecompressionException
A
DecoderException that is raised when decompression failed. |
限定符和类型 | 类和说明 |
---|---|
class |
HAProxyProtocolException
A
DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered |
限定符和类型 | 类和说明 |
---|---|
class |
TooLongHttpContentException
An
TooLongFrameException which is thrown when the length of the
content decoded is greater than the allowed maximum. |
class |
TooLongHttpHeaderException
An
TooLongFrameException which is thrown when the length of the
header decoded is greater than the allowed maximum. |
class |
TooLongHttpLineException
An
TooLongFrameException which is thrown when the length of the
line decoded is greater than the allowed maximum. |
限定符和类型 | 类和说明 |
---|---|
static class |
HttpPostRequestDecoder.EndOfDataDecoderException
Exception when the body is fully decoded, even if there is still data
|
static class |
HttpPostRequestDecoder.ErrorDataDecoderException
Exception when an error occurs while decoding
|
static class |
HttpPostRequestDecoder.NotEnoughDataDecoderException
Exception when try reading data from request in chunked format, and not
enough data are available (need more chunks)
|
static class |
HttpPostRequestDecoder.TooLongFormFieldException
Exception when a field content is too long
|
static class |
HttpPostRequestDecoder.TooManyFormFieldsException
Exception when the maximum number of fields for a given form is reached
|
限定符和类型 | 类和说明 |
---|---|
class |
CorruptedWebSocketFrameException
An
DecoderException which is thrown when the received WebSocketFrame data could not be decoded by
an inbound handler. |
限定符和类型 | 类和说明 |
---|---|
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. |