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 |
InvalidChunkExtensionException
Thrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.
|
class |
InvalidChunkTerminationException
Thrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters.
|
Modifier and Type | Class and Description |
---|---|
class |
CorruptedWebSocketFrameException
An
DecoderException which is thrown when the received WebSocketFrame data could not be decoded by
an inbound handler. |
Copyright © 2008–2025 The Netty Project. All rights reserved.