public final class TooLongHttpLineException extends TooLongFrameException
TooLongFrameException which is thrown when the length of the
line decoded is greater than the allowed maximum.| 构造器和说明 |
|---|
TooLongHttpLineException()
Creates a new instance.
|
TooLongHttpLineException(java.lang.String message)
Creates a new instance.
|
TooLongHttpLineException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
TooLongHttpLineException(java.lang.Throwable cause)
Creates a new instance.
|
public TooLongHttpLineException()
public TooLongHttpLineException(java.lang.String message,
java.lang.Throwable cause)
public TooLongHttpLineException(java.lang.String message)
public TooLongHttpLineException(java.lang.Throwable cause)