Uses of Class
io.netty.handler.codec.TooLongFrameException
Packages that use TooLongFrameException
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of TooLongFrameException in io.netty.handler.codec.http
Subclasses of TooLongFrameException in io.netty.handler.codec.httpModifier and TypeClassDescriptionfinal classAnTooLongFrameExceptionwhich is thrown when the length of the content decoded is greater than the allowed maximum.final classAnTooLongFrameExceptionwhich is thrown when the length of the header decoded is greater than the allowed maximum.final classAnTooLongFrameExceptionwhich is thrown when the length of the line decoded is greater than the allowed maximum.Methods in io.netty.handler.codec.http that return TooLongFrameExceptionModifier and TypeMethodDescriptionprotected TooLongFrameExceptionHttpObjectDecoder.HeaderParser.newException(int maxLength) protected TooLongFrameExceptionHttpObjectDecoder.LineParser.newException(int maxLength)