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 |
DefaultClientConnectionOperator.schemeRegistry
The scheme registry for looking up socket factories.
|
protected SchemeRegistry |
ProxySelectorRoutePlanner.schemeRegistry
The scheme registry.
|
protected SchemeRegistry |
SingleClientConnManager.schemeRegistry
The schemes supported by this connection manager.
|
protected SchemeRegistry |
DefaultHttpRoutePlanner.schemeRegistry
The scheme registry.
|
Modifier and Type | Method and Description |
---|---|
static SchemeRegistry |
SchemeRegistryFactory.createDefault() |
SchemeRegistry |
SingleClientConnManager.getSchemeRegistry() |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
SingleClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Hook for creating the connection operator.
|
Constructor and Description |
---|
DefaultClientConnectionOperator(SchemeRegistry schemes)
Creates a new client connection operator for the given scheme registry.
|
DefaultHttpRoutePlanner(SchemeRegistry schreg)
Creates a new default route planner.
|
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)
Creates a new simple connection manager.
|
Modifier and Type | Field and Description |
---|---|
protected SchemeRegistry |
ThreadSafeClientConnManager.schemeRegistry
The schemes supported by this connection manager.
|
Modifier and Type | Method and Description |
---|---|
SchemeRegistry |
ThreadSafeClientConnManager.getSchemeRegistry() |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionOperator |
ThreadSafeClientConnManager.createConnectionOperator(SchemeRegistry schreg)
Hook for creating the connection operator.
|
Constructor and Description |
---|
ThreadSafeClientConnManager(org.apache.http.params.HttpParams params,
SchemeRegistry schreg)
|
ThreadSafeClientConnManager(SchemeRegistry schreg)
Creates a new thread safe connection manager.
|
ThreadSafeClientConnManager(SchemeRegistry schreg,
long connTTL,
TimeUnit connTTLTimeUnit)
Creates a new thread safe connection manager.
|
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.