Class ProxyConnection

    • 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static Logger LOG  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ProxyConnection​(org.eclipse.jetty.io.EndPoint endp, Executor executor, org.eclipse.jetty.io.ByteBufferPool bufferPool, ConcurrentMap<String,​Object> context)  
    • Field Detail

      • LOG

        protected static final Logger LOG
    • Constructor Detail

      • ProxyConnection

        protected ProxyConnection​(org.eclipse.jetty.io.EndPoint endp,
                                  Executor executor,
                                  org.eclipse.jetty.io.ByteBufferPool bufferPool,
                                  ConcurrentMap<String,​Object> context)
    • Method Detail

      • getByteBufferPool

        public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool()
      • getConnection

        public org.eclipse.jetty.io.Connection getConnection()
      • setConnection

        public void setConnection​(org.eclipse.jetty.io.Connection connection)
      • onFillable

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

        protected abstract void write​(org.eclipse.jetty.io.EndPoint endPoint,
                                      ByteBuffer buffer,
                                      Callback callback)
      • toString

        public String toString()
        Overrides:
        toString in class org.eclipse.jetty.io.AbstractConnection