Uses of Class
org.jboss.netty.handler.codec.frame.CorruptedFrameException
Packages that use CorruptedFrameException
Package
Description
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 CorruptedFrameExceptionModifier and TypeMethodDescriptionprivate voidWebSocket08FrameDecoder.protocolViolation(Channel channel, CorruptedFrameException ex) Methods in org.jboss.netty.handler.codec.http.websocketx that throw CorruptedFrameExceptionModifier and TypeMethodDescriptionvoidUtf8Validator.check(byte[] bytes) protected voidWebSocket08FrameDecoder.checkCloseFrameBody(Channel channel, ChannelBuffer buffer) private voidWebSocket08FrameDecoder.checkUTF8String(Channel channel, byte[] bytes) voidUtf8Validator.finish()private voidWebSocket08FrameDecoder.protocolViolation(Channel channel, String reason) private voidWebSocket08FrameDecoder.protocolViolation(Channel channel, CorruptedFrameException ex) private voidUtf8Validator.write(int b)