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 that throw CorruptedFrameException Modifier and Type Method Description protected void
WebSocket08FrameDecoder. checkCloseFrameBody(Channel channel, ChannelBuffer buffer)
-