Package | Description |
---|---|
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.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.
|
Modifier and Type | Method and Description |
---|---|
SchemeRegistry |
ClientConnectionManager.getSchemeRegistry()
Obtains the scheme registry used by this manager.
|
Modifier and Type | Method and Description |
---|---|
ClientConnectionManager |
ClientConnectionManagerFactory.newInstance(org.apache.http.params.HttpParams params,
SchemeRegistry schemeRegistry) |
Modifier and Type | Field and Description |
---|---|
protected SchemeRegistry |
ProxySelectorRoutePlanner.schemeRegistry
The scheme registry.
|
protected SchemeRegistry |
DefaultHttpRoutePlanner.schemeRegistry
The scheme registry.
|
protected SchemeRegistry |
DefaultClientConnectionOperator.schemeRegistry
The scheme registry for looking up socket factories.
|
protected SchemeRegistry |
SingleClientConnManager.schemeRegistry
Deprecated.
The schemes supported by this connection manager.
|
Modifier and Type | Method and Description |
---|---|
static SchemeRegistry |
SchemeRegistryFactory.createDefault()
Initializes default scheme registry based on JSSE defaults.
|
static SchemeRegistry |
SchemeRegistryFactory.createSystemDefault()
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
|
SchemeRegistry |
BasicClientConnectionManager.getSchemeRegistry() |
SchemeRegistry |
SingleClientConnManager.getSchemeRegistry()
Deprecated.
|
SchemeRegistry |
PoolingClientConnectionManager.getSchemeRegistry() |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
BasicClientConnectionManager.createConnectionOperator(SchemeRegistry schreg) |
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Deprecated.
Hook for creating the connection operator.
|
protected ClientConnectionOperator |
PoolingClientConnectionManager.createConnectionOperator(SchemeRegistry schreg)
Hook for creating the connection operator.
|
Constructor and Description |
---|
BasicClientConnectionManager(SchemeRegistry schreg)
Creates a new simple connection manager.
|
DefaultClientConnectionOperator(SchemeRegistry schemes)
Creates a new client connection operator for the given scheme registry.
|
DefaultClientConnectionOperator(SchemeRegistry schemes,
DnsResolver dnsResolver)
Creates a new client connection operator for the given scheme registry
and the given custom DNS lookup mechanism.
|
DefaultHttpRoutePlanner(SchemeRegistry schreg)
Creates a new default route planner.
|
PoolingClientConnectionManager(SchemeRegistry schreg) |
PoolingClientConnectionManager(SchemeRegistry schreg,
DnsResolver dnsResolver) |
PoolingClientConnectionManager(SchemeRegistry schemeRegistry,
long timeToLive,
TimeUnit tunit) |
PoolingClientConnectionManager(SchemeRegistry schemeRegistry,
long timeToLive,
TimeUnit tunit,
DnsResolver dnsResolver) |
ProxySelectorRoutePlanner(SchemeRegistry schreg,
ProxySelector prosel)
Creates a new proxy selector route planner.
|
SingleClientConnManager(org.apache.http.params.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(org.apache.http.params.HttpParams params,
SchemeRegistry schreg)
Deprecated.
|
ThreadSafeClientConnManager(SchemeRegistry schreg)
Deprecated.
Creates a new thread safe connection manager.
|
ThreadSafeClientConnManager(SchemeRegistry schreg,
long connTTL,
TimeUnit connTTLTimeUnit)
Deprecated.
Creates a new thread safe connection manager.
|
ThreadSafeClientConnManager(SchemeRegistry schreg,
long connTTL,
TimeUnit connTTLTimeUnit,
ConnPerRouteBean connPerRoute)
Deprecated.
Creates a new thread safe connection manager.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.