| Package | Description | 
|---|---|
| io.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. | 
| io.netty.handler.codec.http.websocketx | Encoder, decoder, handshakers and their related message types for
 Web Socket data frames. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidChunkExtensionExceptionThrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters. | 
| class  | InvalidChunkTerminationExceptionThrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CorruptedWebSocketFrameExceptionAn  DecoderExceptionwhich is thrown when the receivedWebSocketFramedata could not be decoded by
 an inbound handler. | 
Copyright © 2008–2025 The Netty Project. All rights reserved.