Uses of Class
io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Packages that use CorruptedWebSocketFrameException Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of CorruptedWebSocketFrameException in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx with parameters of type CorruptedWebSocketFrameException Modifier and Type Method Description private void
Utf8FrameValidator. protocolViolation(ChannelHandlerContext ctx, WebSocketFrame frame, CorruptedWebSocketFrameException ex)
private void
WebSocket08FrameDecoder. protocolViolation(ChannelHandlerContext ctx, ByteBuf in, CorruptedWebSocketFrameException ex)
-