Class ProxyConnectionFactory.ProxyProtocolV1orV2Connection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.eclipse.jetty.io.Connection
    Enclosing class:
    ProxyConnectionFactory

    public class ProxyConnectionFactory.ProxyProtocolV1orV2Connection
    extends org.eclipse.jetty.io.AbstractConnection
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection

        org.eclipse.jetty.io.Connection.Listener, org.eclipse.jetty.io.Connection.UpgradeFrom, org.eclipse.jetty.io.Connection.UpgradeTo
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ProxyProtocolV1orV2Connection​(org.eclipse.jetty.io.EndPoint endp, Connector connector, java.lang.String next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFillable()  
      void onOpen()  
      • Methods inherited from class org.eclipse.jetty.io.AbstractConnection

        addEventListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeEventListener, setInputBufferSize, toConnectionString, toString, tryFillInterested, tryFillInterested
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyProtocolV1orV2Connection

        protected ProxyProtocolV1orV2Connection​(org.eclipse.jetty.io.EndPoint endp,
                                                Connector connector,
                                                java.lang.String next)
    • Method Detail

      • onOpen

        public void onOpen()
        Specified by:
        onOpen in interface org.eclipse.jetty.io.Connection
        Overrides:
        onOpen in class org.eclipse.jetty.io.AbstractConnection
      • onFillable

        public void onFillable()
        Specified by:
        onFillable in class org.eclipse.jetty.io.AbstractConnection