Uses of Class
org.jboss.netty.handler.codec.frame.TooLongFrameException
Packages that use TooLongFrameException
Package
Description
Encoder, decoder and their related message types for HTTP.
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 TooLongFrameExceptionModifier and TypeMethodDescriptionprivate String
HttpMessageDecoder.readHeader
(ChannelBuffer buffer) private HttpMessageDecoder.State
HttpMessageDecoder.readHeaders
(ChannelBuffer buffer) private static 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 TooLongFrameExceptionModifier and TypeMethodDescriptionprivate WebSocketFrame
WebSocket00FrameDecoder.decodeBinaryFrame
(byte type, ChannelBuffer buffer) private WebSocketFrame
WebSocket00FrameDecoder.decodeTextFrame
(ChannelBuffer buffer) private static int
WebSocket08FrameDecoder.toFrameLength
(long l)