Uses of Class
io.netty.handler.codec.CorruptedFrameException
Packages that use CorruptedFrameException
Package
Description
Encoder, decoder and their related message types for HTTP.
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.httpModifier and TypeClassDescriptionfinal classThrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.final classThrown 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.websocketxModifier and TypeClassDescriptionfinal classAnDecoderExceptionwhich is thrown when the receivedWebSocketFramedata could not be decoded by an inbound handler.