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(java.lang.String message)
Creates a new instance
|
HAProxyProtocolException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance
|
HAProxyProtocolException(java.lang.Throwable cause)
Creates a new instance
|
public HAProxyProtocolException()
public HAProxyProtocolException(java.lang.String message, java.lang.Throwable cause)
public HAProxyProtocolException(java.lang.String message)
public HAProxyProtocolException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.