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 void
WebSocket08FrameDecoder. protocolViolation(Channel channel, CorruptedFrameException ex)
Methods in org.jboss.netty.handler.codec.http.websocketx that throw CorruptedFrameException Modifier and Type Method Description void
Utf8Validator. check(byte[] bytes)
protected void
WebSocket08FrameDecoder. checkCloseFrameBody(Channel channel, ChannelBuffer buffer)
private void
WebSocket08FrameDecoder. checkUTF8String(Channel channel, byte[] bytes)
void
Utf8Validator. finish()
private void
WebSocket08FrameDecoder. protocolViolation(Channel channel, java.lang.String reason)
private void
WebSocket08FrameDecoder. protocolViolation(Channel channel, CorruptedFrameException ex)
private void
Utf8Validator. write(int b)
-