Class AbstractHttpClientConnection

java.lang.Object
org.apache.http.impl.AbstractHttpClientConnection
All Implemented Interfaces:
Closeable, AutoCloseable, HttpClientConnection, HttpConnection
Direct Known Subclasses:
SocketHttpClientConnection

@Deprecated public abstract class AbstractHttpClientConnection extends Object implements HttpClientConnection
Deprecated.
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.

The following parameters can be used to customize the behavior of this class:

Since:
4.0