Uses of Class
org.jboss.netty.handler.codec.frame.CorruptedFrameException
-
Packages that use CorruptedFrameException Package Description org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of CorruptedFrameException in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type CorruptedFrameException Modifier and Type Method Description private voidWebSocket08FrameDecoder. protocolViolation(Channel channel, CorruptedFrameException ex)Methods in org.jboss.netty.handler.codec.http.websocketx that throw CorruptedFrameException Modifier and Type Method Description voidUtf8Validator. check(byte[] bytes)protected voidWebSocket08FrameDecoder. checkCloseFrameBody(Channel channel, ChannelBuffer buffer)private voidWebSocket08FrameDecoder. checkUTF8String(Channel channel, byte[] bytes)voidUtf8Validator. finish()private voidWebSocket08FrameDecoder. protocolViolation(Channel channel, java.lang.String reason)private voidWebSocket08FrameDecoder. protocolViolation(Channel channel, CorruptedFrameException ex)private voidUtf8Validator. write(int b)
-