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 void
WebSocket08FrameDecoder.protocolViolation
(Channel channel, CorruptedFrameException ex) Methods in org.jboss.netty.handler.codec.http.websocketx that throw CorruptedFrameExceptionModifier and TypeMethodDescriptionvoid
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, String reason) private void
WebSocket08FrameDecoder.protocolViolation
(Channel channel, CorruptedFrameException ex) private void
Utf8Validator.write
(int b)