Package | Description |
---|---|
org.apache.http.config |
Core configuration APIs.
|
org.apache.http.conn |
Client connection management APIs.
|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.pool |
Default implementations of client side connection pools
for synchronous, blocking communication.
|
org.apache.http.params |
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static ConnectionConfig |
ConnectionConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
ConnectionConfig |
ConnectionConfig.Builder.build() |
protected ConnectionConfig |
ConnectionConfig.clone() |
Modifier and Type | Method and Description |
---|---|
static ConnectionConfig.Builder |
ConnectionConfig.copy(ConnectionConfig config) |
Modifier and Type | Method and Description |
---|---|
C |
HttpConnectionFactory.create(T route,
ConnectionConfig config) |
Modifier and Type | Method and Description |
---|---|
static java.nio.charset.CharsetDecoder |
ConnSupport.createDecoder(ConnectionConfig cconfig) |
static java.nio.charset.CharsetEncoder |
ConnSupport.createEncoder(ConnectionConfig cconfig) |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig)
Sets connection configuration.
|
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultConnectionConfig(ConnectionConfig config)
Assigns default
ConnectionConfig . |
Constructor and Description |
---|
ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory,
ConnectionConfig connectionConfig,
RequestConfig requestConfig) |
Modifier and Type | Method and Description |
---|---|
ConnectionConfig |
BasicHttpClientConnectionManager.getConnectionConfig() |
ConnectionConfig |
PoolingHttpClientConnectionManager.getConnectionConfig(HttpHost host) |
ConnectionConfig |
PoolingHttpClientConnectionManager.ConfigData.getConnectionConfig(HttpHost host) |
ConnectionConfig |
PoolingHttpClientConnectionManager.getDefaultConnectionConfig() |
ConnectionConfig |
PoolingHttpClientConnectionManager.ConfigData.getDefaultConnectionConfig() |
Modifier and Type | Method and Description |
---|---|
ManagedHttpClientConnection |
ManagedHttpClientConnectionFactory.create(HttpRoute route,
ConnectionConfig config) |
void |
BasicHttpClientConnectionManager.setConnectionConfig(ConnectionConfig connConfig) |
void |
PoolingHttpClientConnectionManager.setConnectionConfig(HttpHost host,
ConnectionConfig connectionConfig) |
void |
PoolingHttpClientConnectionManager.ConfigData.setConnectionConfig(HttpHost host,
ConnectionConfig connectionConfig) |
void |
PoolingHttpClientConnectionManager.setDefaultConnectionConfig(ConnectionConfig defaultConnectionConfig) |
void |
PoolingHttpClientConnectionManager.ConfigData.setDefaultConnectionConfig(ConnectionConfig defaultConnectionConfig) |
Constructor and Description |
---|
BasicConnFactory(int connectTimeout,
SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnFactory(SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnFactory(javax.net.SocketFactory plainfactory,
javax.net.ssl.SSLSocketFactory sslfactory,
int connectTimeout,
SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnPool(SocketConfig sconfig,
ConnectionConfig cconfig) |
Modifier and Type | Method and Description |
---|---|
static ConnectionConfig |
HttpParamConfig.getConnectionConfig(HttpParams params)
Deprecated.
|