Uses of Class
io.netty5.handler.codec.CorruptedFrameException
-
Packages that use CorruptedFrameException Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of CorruptedFrameException in io.netty5.handler.codec.http.websocketx
Subclasses of CorruptedFrameException in io.netty5.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.
-