|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketClientConnection | |
---|---|
org.apache.http.conn | The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. |
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.conn | Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm | The implementation of a thread-safe client connection manager. |
Uses of SocketClientConnection in org.apache.http.conn |
---|
Subinterfaces of SocketClientConnection in org.apache.http.conn | |
---|---|
interface |
ManagedClientConnection
Deprecated. (4.3) replaced by HttpClientConnectionManager . |
Uses of SocketClientConnection in org.apache.http.impl.client |
---|
Constructor parameters in org.apache.http.impl.client with type arguments of type SocketClientConnection | |
---|---|
ProxyClient(HttpConnectionFactory<SocketClientConnection> connFactory,
org.apache.http.config.ConnectionConfig connectionConfig,
RequestConfig requestConfig)
|
Uses of SocketClientConnection in org.apache.http.impl.conn |
---|
Classes in org.apache.http.impl.conn that implement SocketClientConnection | |
---|---|
class |
AbstractClientConnAdapter
Deprecated. (4.2) do not use |
class |
AbstractPooledConnAdapter
Deprecated. (4.2) do not use |
class |
DefaultClientConnection
Deprecated. (4.3) deprecated in favor of SocketClientConnectionImpl . |
protected class |
SingleClientConnManager.ConnAdapter
Deprecated. The connection adapter used by this manager. |
Methods in org.apache.http.impl.conn that return SocketClientConnection | |
---|---|
SocketClientConnection |
DefaultClientConnectionFactory.create(org.apache.http.config.ConnectionConfig config)
|
Uses of SocketClientConnection in org.apache.http.impl.conn.tsccm |
---|
Classes in org.apache.http.impl.conn.tsccm that implement SocketClientConnection | |
---|---|
class |
BasicPooledConnAdapter
Deprecated. (4.2) do not use |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |