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