Uses of Class
io.netty.handler.codec.CorruptedFrameException
-
Packages that use CorruptedFrameException 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. -
-
Uses of CorruptedFrameException in io.netty.handler.codec.http
Subclasses of CorruptedFrameException in io.netty.handler.codec.http Modifier and Type Class 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. -
Uses of CorruptedFrameException in io.netty.handler.codec.http.websocketx
Subclasses of CorruptedFrameException in io.netty.handler.codec.http.websocketx Modifier and Type Class Description class
CorruptedWebSocketFrameException
AnDecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler.
-