Package | Description |
---|---|
org.apache.http.config |
Core configuration APIs.
|
org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
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 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) |
Modifier and Type | Field and Description |
---|---|
private SocketConfig |
ServerBootstrap.socketConfig |
private SocketConfig |
HttpServer.socketConfig |
private SocketConfig |
RequestListener.socketConfig |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setSocketConfig(SocketConfig socketConfig)
Sets socket configuration.
|
Constructor and Description |
---|
HttpServer(int port,
java.net.InetAddress ifAddress,
SocketConfig socketConfig,
javax.net.ServerSocketFactory serverSocketFactory,
HttpService httpService,
HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory,
SSLServerSetupHandler sslSetupHandler,
ExceptionLogger exceptionLogger) |
RequestListener(SocketConfig socketConfig,
java.net.ServerSocket serversocket,
HttpService httpService,
HttpConnectionFactory<? extends HttpServerConnection> connectionFactory,
ExceptionLogger exceptionLogger,
java.util.concurrent.ExecutorService executorService) |
Modifier and Type | Field and Description |
---|---|
private SocketConfig |
BasicConnFactory.sconfig |
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 SocketConfig |
HttpParamConfig.getSocketConfig(HttpParams params)
Deprecated.
|