Class SocketHttpClientConnection

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

@Deprecated public class SocketHttpClientConnection extends AbstractHttpClientConnection implements HttpInetConnection
Deprecated.
Implementation of a client-side HTTP connection that can be bound to an arbitrary Socket for receiving data from and transmitting data to a remote server.
Since:
4.0