Uses of Class
io.netty.handler.codec.TooLongFrameException
-
Packages that use TooLongFrameException Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of TooLongFrameException in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return TooLongFrameException Modifier and Type Method Description protected TooLongFrameException
HttpObjectDecoder.HeaderParser. newException(int maxLength)
protected TooLongFrameException
HttpObjectDecoder.LineParser. newException(int maxLength)
-