Uses of Class
org.jboss.netty.handler.codec.frame.TooLongFrameException
-
Packages that use TooLongFrameException Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.org.jboss.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of TooLongFrameException in org.jboss.netty.handler.codec.http
Methods in org.jboss.netty.handler.codec.http that throw TooLongFrameException Modifier and Type Method Description private java.lang.StringHttpMessageDecoder. readHeader(ChannelBuffer buffer)private HttpMessageDecoder.StateHttpMessageDecoder. readHeaders(ChannelBuffer buffer)private static java.lang.StringHttpMessageDecoder. readLine(ChannelBuffer buffer, int maxLineLength)private HttpChunkTrailerHttpMessageDecoder. readTrailingHeaders(ChannelBuffer buffer) -
Uses of TooLongFrameException in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx that throw TooLongFrameException Modifier and Type Method Description private WebSocketFrameWebSocket00FrameDecoder. decodeBinaryFrame(byte type, ChannelBuffer buffer)private WebSocketFrameWebSocket00FrameDecoder. decodeTextFrame(ChannelBuffer buffer)private static intWebSocket08FrameDecoder. toFrameLength(long l)
-