Package | Description |
---|---|
org.apache.http.config | |
org.apache.http.impl.pool |
Basic implementations for interfaces in
org.apache.http.pool . |
org.apache.http.params |
The parameterization framework for HTTP components.
|
Modifier and Type | Field and Description |
---|---|
static SocketConfig |
SocketConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
SocketConfig |
SocketConfig.Builder.build() |
protected SocketConfig |
SocketConfig.clone() |
Modifier and Type | Method and Description |
---|---|
static SocketConfig.Builder |
SocketConfig.copy(SocketConfig config) |
Constructor and Description |
---|
BasicConnFactory(int connectTimeout,
SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnFactory(SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnFactory(SocketFactory plainfactory,
SSLSocketFactory sslfactory,
int connectTimeout,
SocketConfig sconfig,
ConnectionConfig cconfig) |
BasicConnPool(SocketConfig sconfig,
ConnectionConfig cconfig) |
Modifier and Type | Method and Description |
---|---|
static SocketConfig |
HttpParamConfig.getSocketConfig(HttpParams params)
Deprecated.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.