public class HAProxyProtocolException extends DecoderException
DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered| Constructor 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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.