Uses of Interface
org.apache.http.HttpClientConnection
| Package | Description |
|---|---|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.conn | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.apache.http.protocol |
HTTP protocol execution framework.
|
-
Uses of HttpClientConnection in org.apache.http.conn
Subinterfaces of HttpClientConnection in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionA client-side connection with advanced connection logic.interfaceOperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts. -
Uses of HttpClientConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpClientConnection Modifier and Type Class Description classAbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassDefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.classSocketHttpClientConnectionImplementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. -
Uses of HttpClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement HttpClientConnection Modifier and Type Class Description classAbstractClientConnAdapterclassAbstractPooledConnAdapterclassDefaultClientConnectionDefault implementation of an operated client connection.protected classSingleClientConnManager.ConnAdapterThe connection adapter used by this manager. -
Uses of HttpClientConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement HttpClientConnection Modifier and Type Class Description classBasicPooledConnAdapterA connection wrapper and callback handler. -
Uses of HttpClientConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpClientConnection Modifier and Type Method Description protected HttpResponseHttpRequestExecutor. doReceiveResponse(HttpRequest request, HttpClientConnection conn, HttpContext context)Wait for and receive a response.protected HttpResponseHttpRequestExecutor. doSendRequest(HttpRequest request, HttpClientConnection conn, HttpContext context)Send a request over a connection.HttpResponseHttpRequestExecutor. execute(HttpRequest request, HttpClientConnection conn, HttpContext context)Synchronously send a request and obtain the response.