Class ProxyProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sshd.contrib.server.session.proxyprotocolv2.exception.ProxyProtocolException
All Implemented Interfaces:
Serializable

public final class ProxyProtocolException extends Exception
Blocking Exception that must block the connection.
Author:
Oodrive - François HERBRETEAU (f.herbreteau@oodrive.com)
See Also:
  • Field Details

    • PROXY_PROTOCOL_VERSION_2

      public static final int PROXY_PROTOCOL_VERSION_2
      See Also:
  • Method Details

    • buildVersionOrCommand

      public static ProxyProtocolException buildVersionOrCommand(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value)
    • buildFamilyAndTransport

      public static ProxyProtocolException buildFamilyAndTransport(org.slf4j.Logger log, org.apache.sshd.server.session.ServerSession session, byte value)