| 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.http.multipart | HTTP multipart support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CorruptedFrameExceptionAn  DecoderExceptionwhich is thrown when the received frame data could not be decoded by
 an inbound handler. | 
| class  | TooLongFrameExceptionAn  DecoderExceptionwhich is thrown when the length of the frame
 decoded is greater than the allowed maximum. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DecompressionExceptionA  DecoderExceptionthat is raised when decompression failed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HAProxyProtocolExceptionA  DecoderExceptionwhich is thrown when an invalid HAProxy proxy protocol header is encountered | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HttpPostRequestDecoder.EndOfDataDecoderExceptionException when the body is fully decoded, even if there is still data | 
| static class  | HttpPostRequestDecoder.ErrorDataDecoderExceptionException when an error occurs while decoding | 
| static class  | HttpPostRequestDecoder.IncompatibleDataDecoderExceptionException when an unappropriated getMethod was called on a request | 
| static class  | HttpPostRequestDecoder.NotEnoughDataDecoderExceptionException when try reading data from request in chunked format, and not
 enough data are available (need more chunks) | 
Copyright © 2008–2018 The Netty Project. All rights reserved.