Class HAProxyProtocolException

All Implemented Interfaces:
Serializable

public class HAProxyProtocolException extends DecoderException
A DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered
See Also:
  • Field Details

  • Constructor Details

    • HAProxyProtocolException

      public HAProxyProtocolException()
      Creates a new instance
    • HAProxyProtocolException

      public HAProxyProtocolException(String message, Throwable cause)
      Creates a new instance
    • HAProxyProtocolException

      public HAProxyProtocolException(String message)
      Creates a new instance
    • HAProxyProtocolException

      public HAProxyProtocolException(Throwable cause)
      Creates a new instance