Package org.apache.http.impl
Class DefaultHttpClientConnection
java.lang.Object
org.apache.http.impl.AbstractHttpClientConnection
org.apache.http.impl.SocketHttpClientConnection
org.apache.http.impl.DefaultHttpClientConnection
- All Implemented Interfaces:
Closeable
,AutoCloseable
,HttpClientConnection
,HttpConnection
,HttpInetConnection
Deprecated.
Default implementation of a client-side HTTP connection.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.impl.SocketHttpClientConnection
close, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSocketTimeout, isOpen, setSocketTimeout, shutdown, toString
Methods inherited from class org.apache.http.impl.AbstractHttpClientConnection
flush, getMetrics, isResponseAvailable, isStale, receiveResponseEntity, receiveResponseHeader, sendRequestEntity, sendRequestHeader
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.http.HttpConnection
getMetrics, isStale
-
Constructor Details
-
DefaultHttpClientConnection
public DefaultHttpClientConnection()Deprecated.
-
-
Method Details
-
bind
Deprecated.- Throws:
IOException
-
DefaultBHttpClientConnection