public class HAProxyProtocolException extends DecoderException
DecoderException
which is thrown when an invalid HAProxy proxy protocol header is encounteredConstructor and Description |
---|
HAProxyProtocolException()
Creates a new instance
|
HAProxyProtocolException(String message)
Creates a new instance
|
HAProxyProtocolException(String message,
Throwable cause)
Creates a new instance
|
HAProxyProtocolException(Throwable cause)
Creates a new instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HAProxyProtocolException()
public HAProxyProtocolException(String message, Throwable cause)
public HAProxyProtocolException(String message)
public HAProxyProtocolException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.