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.String
HttpMessageDecoder. readHeader(ChannelBuffer buffer)
private HttpMessageDecoder.State
HttpMessageDecoder. readHeaders(ChannelBuffer buffer)
private static java.lang.String
HttpMessageDecoder. readLine(ChannelBuffer buffer, int maxLineLength)
private HttpChunkTrailer
HttpMessageDecoder. 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 WebSocketFrame
WebSocket00FrameDecoder. decodeBinaryFrame(byte type, ChannelBuffer buffer)
private WebSocketFrame
WebSocket00FrameDecoder. decodeTextFrame(ChannelBuffer buffer)
private static int
WebSocket08FrameDecoder. toFrameLength(long l)
-