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 StringHttpMessageDecoder.readHeader(ChannelBuffer buffer) private HttpMessageDecoder.StateHttpMessageDecoder.readHeaders(ChannelBuffer buffer) private static 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 TooLongFrameExceptionModifier and TypeMethodDescriptionprivate WebSocketFrameWebSocket00FrameDecoder.decodeBinaryFrame(byte type, ChannelBuffer buffer) private WebSocketFrameWebSocket00FrameDecoder.decodeTextFrame(ChannelBuffer buffer) private static intWebSocket08FrameDecoder.toFrameLength(long l)