Uses of Class
io.netty5.handler.codec.TooLongFrameException
-
Packages that use TooLongFrameException Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of TooLongFrameException in io.netty5.handler.codec.http
Subclasses of TooLongFrameException in io.netty5.handler.codec.http Modifier and Type Class Description class
TooLongHttpContentException
AnTooLongFrameException
which is thrown when the length of the content decoded is greater than the allowed maximum.class
TooLongHttpHeaderException
AnTooLongFrameException
which is thrown when the length of the header decoded is greater than the allowed maximum.class
TooLongHttpLineException
AnTooLongFrameException
which is thrown when the length of the line decoded is greater than the allowed maximum.
-