Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
TooLongHttpContentException
An
TooLongFrameException which is thrown when the length of the
content decoded is greater than the allowed maximum. |
class |
TooLongHttpHeaderException
An
TooLongFrameException which is thrown when the length of the
header decoded is greater than the allowed maximum. |
class |
TooLongHttpLineException
An
TooLongFrameException which is thrown when the length of the
line decoded is greater than the allowed maximum. |
Copyright © 2008–2024 The Netty Project. All rights reserved.