Class ApacheConnector.HttpClientConnection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apache.http.conn.ManagedHttpClientConnection, org.apache.http.HttpClientConnection, org.apache.http.HttpConnection, org.apache.http.HttpInetConnection, org.apache.http.protocol.HttpContext
    Enclosing class:
    ApacheConnector

    private static class ApacheConnector.HttpClientConnection
    extends org.apache.http.impl.conn.DefaultManagedHttpClientConnection
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int chunkSize  
      • Fields inherited from interface org.apache.http.protocol.HttpContext

        RESERVED_PREFIX
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HttpClientConnection​(java.lang.String id, int buffersize, int chunkSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.OutputStream createOutputStream​(long len, org.apache.http.io.SessionOutputBuffer outbuffer)  
      • Methods inherited from class org.apache.http.impl.conn.DefaultManagedHttpClientConnection

        bind, getAttribute, getId, getSocket, getSSLSession, removeAttribute, setAttribute, shutdown
      • Methods inherited from class org.apache.http.impl.DefaultBHttpClientConnection

        flush, isResponseAvailable, onRequestSubmitted, onResponseReceived, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader
      • Methods inherited from class org.apache.http.impl.BHttpConnectionBase

        awaitInput, close, createInputStream, doFlush, ensureOpen, getLocalAddress, getLocalPort, getMetrics, getRemoteAddress, getRemotePort, getSessionInputBuffer, getSessionOutputBuffer, getSocketInputStream, getSocketOutputStream, getSocketTimeout, incrementRequestCount, incrementResponseCount, isOpen, isStale, prepareInput, prepareOutput, setSocketTimeout, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.apache.http.HttpClientConnection

        flush, isResponseAvailable, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader
      • Methods inherited from interface org.apache.http.HttpConnection

        close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout
      • Methods inherited from interface org.apache.http.HttpInetConnection

        getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
    • Field Detail

      • chunkSize

        private final int chunkSize
    • Constructor Detail

      • HttpClientConnection

        private HttpClientConnection​(java.lang.String id,
                                     int buffersize,
                                     int chunkSize)
    • Method Detail

      • createOutputStream

        protected java.io.OutputStream createOutputStream​(long len,
                                                          org.apache.http.io.SessionOutputBuffer outbuffer)
        Overrides:
        createOutputStream in class org.apache.http.impl.BHttpConnectionBase