Package | Description |
---|---|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.conn.tsccm |
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchemeRegistry |
ClientConnectionManager.getSchemeRegistry()
Deprecated.
Obtains the scheme registry used by this manager.
|
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(HttpParams params,
SchemeRegistry schemeRegistry)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected SchemeRegistry |
DefaultClientConnectionOperator.schemeRegistry
Deprecated.
The scheme registry for looking up socket factories.
|
protected SchemeRegistry |
DefaultHttpRoutePlanner.schemeRegistry
Deprecated.
The scheme registry.
|
protected SchemeRegistry |
ProxySelectorRoutePlanner.schemeRegistry
Deprecated.
The scheme registry.
|
protected SchemeRegistry |
SingleClientConnManager.schemeRegistry
Deprecated.
The schemes supported by this connection manager.
|
Modifier and Type | Method and Description |
---|---|
static SchemeRegistry |
SchemeRegistryFactory.createDefault()
Deprecated.
Initializes default scheme registry based on JSSE defaults.
|
static SchemeRegistry |
SchemeRegistryFactory.createSystemDefault()
Deprecated.
Initializes default scheme registry using system properties as described in
"JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform
Standard Edition 5
The following system properties are taken into account by this method:
ssl.TrustManagerFactory.algorithm
javax.net.ssl.trustStoreType
javax.net.ssl.trustStore
javax.net.ssl.trustStoreProvider
javax.net.ssl.trustStorePassword
java.home
ssl.KeyManagerFactory.algorithm
javax.net.ssl.keyStoreType
javax.net.ssl.keyStore
javax.net.ssl.keyStoreProvider
javax.net.ssl.keyStorePassword
|
SchemeRegistry |
PoolingClientConnectionManager.getSchemeRegistry()
Deprecated.
|
SchemeRegistry |
SingleClientConnManager.getSchemeRegistry()
Deprecated.
|
SchemeRegistry |
BasicClientConnectionManager.getSchemeRegistry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
PoolingClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
protected ClientConnectionOperator |
BasicClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
|
Constructor and Description |
---|
BasicClientConnectionManager(SchemeRegistry schreg)
Deprecated.
Creates a new simple connection manager.
|
DefaultClientConnectionOperator(SchemeRegistry schemes)
Deprecated.
Creates a new client connection operator for the given scheme registry.
|
DefaultClientConnectionOperator(SchemeRegistry schemes,
DnsResolver dnsResolver)
Deprecated.
Creates a new client connection operator for the given scheme registry
and the given custom DNS lookup mechanism.
|
DefaultHttpRoutePlanner(SchemeRegistry schreg)
Deprecated.
Creates a new default route planner.
|
PoolingClientConnectionManager(SchemeRegistry schreg)
Deprecated.
|
PoolingClientConnectionManager(SchemeRegistry schreg,
DnsResolver dnsResolver)
Deprecated.
|
PoolingClientConnectionManager(SchemeRegistry schemeRegistry,
long timeToLive,
java.util.concurrent.TimeUnit tunit)
Deprecated.
|
PoolingClientConnectionManager(SchemeRegistry schemeRegistry,
long timeToLive,
java.util.concurrent.TimeUnit tunit,
DnsResolver dnsResolver)
Deprecated.
|
ProxySelectorRoutePlanner(SchemeRegistry schreg,
java.net.ProxySelector prosel)
Deprecated.
Creates a new proxy selector route planner.
|
SingleClientConnManager(HttpParams params,
SchemeRegistry schreg)
Deprecated.
|
SingleClientConnManager(SchemeRegistry schreg)
Deprecated.
Creates a new simple connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected SchemeRegistry |
ThreadSafeClientConnManager.schemeRegistry
Deprecated.
The schemes supported by this connection manager.
|
Modifier and Type | Method and Description |
---|---|
SchemeRegistry |
ThreadSafeClientConnManager.getSchemeRegistry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
Constructor and Description |
---|
ThreadSafeClientConnManager(HttpParams params,
SchemeRegistry schreg)
Deprecated.
|
ThreadSafeClientConnManager(SchemeRegistry schreg)
Deprecated.
Creates a new thread safe connection manager.
|
ThreadSafeClientConnManager(SchemeRegistry schreg,
long connTTL,
java.util.concurrent.TimeUnit connTTLTimeUnit)
Deprecated.
Creates a new thread safe connection manager.
|
ThreadSafeClientConnManager(SchemeRegistry schreg,
long connTTL,
java.util.concurrent.TimeUnit connTTLTimeUnit,
ConnPerRouteBean connPerRoute)
Deprecated.
Creates a new thread safe connection manager.
|