Class ProxyProtocolClientConnectionFactory.ProxyProtocolConnection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, Connection, org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
    Enclosing class:
    ProxyProtocolClientConnectionFactory

    protected abstract static class ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
    extends AbstractConnection
    implements org.eclipse.jetty.util.Callback
    • Field Detail

      • LOG

        protected static final org.eclipse.jetty.util.log.Logger LOG
    • Method Detail

      • writePROXYBytes

        protected abstract void writePROXYBytes​(EndPoint endPoint,
                                                org.eclipse.jetty.util.Callback callback)
      • succeeded

        public void succeeded()
        Specified by:
        succeeded in interface org.eclipse.jetty.util.Callback
      • failed

        public void failed​(java.lang.Throwable x)
        Specified by:
        failed in interface org.eclipse.jetty.util.Callback
      • getInvocationType

        public org.eclipse.jetty.util.thread.Invocable.InvocationType getInvocationType()
        Specified by:
        getInvocationType in interface org.eclipse.jetty.util.thread.Invocable