public final class TooLongHttpHeaderException extends TooLongFrameException
TooLongFrameException
which is thrown when the length of the
header decoded is greater than the allowed maximum.Constructor and Description |
---|
TooLongHttpHeaderException()
Creates a new instance.
|
TooLongHttpHeaderException(String message)
Creates a new instance.
|
TooLongHttpHeaderException(String message,
Throwable cause)
Creates a new instance.
|
TooLongHttpHeaderException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooLongHttpHeaderException()
public TooLongHttpHeaderException(String message, Throwable cause)
public TooLongHttpHeaderException(String message)
public TooLongHttpHeaderException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.