Class ApacheConnector.HttpClientConnection
java.lang.Object
org.apache.http.impl.BHttpConnectionBase
org.apache.http.impl.DefaultBHttpClientConnection
org.apache.http.impl.conn.DefaultManagedHttpClientConnection
org.glassfish.jersey.apache.connector.ApacheConnector.HttpClientConnection
- All Implemented Interfaces:
Closeable,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
FieldsFields inherited from interface org.apache.http.protocol.HttpContext
RESERVED_PREFIX -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateHttpClientConnection(String id, int buffersize, int chunkSize) -
Method Summary
Modifier and TypeMethodDescriptionprotected OutputStreamcreateOutputStream(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, shutdownMethods inherited from class org.apache.http.impl.DefaultBHttpClientConnection
flush, isResponseAvailable, onRequestSubmitted, onResponseReceived, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeaderMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.http.HttpClientConnection
flush, isResponseAvailable, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeaderMethods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeoutMethods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
-
Field Details
-
chunkSize
private final int chunkSize
-
-
Constructor Details
-
HttpClientConnection
-
-
Method Details
-
createOutputStream
protected OutputStream createOutputStream(long len, org.apache.http.io.SessionOutputBuffer outbuffer) - Overrides:
createOutputStreamin classorg.apache.http.impl.BHttpConnectionBase
-