Package | Description |
---|---|
org.apache.http.config |
Core configuration 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.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
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 | Field and Description |
---|---|
private ConnectionConfig |
DefaultBHttpClientConnectionFactory.cconfig |
private ConnectionConfig |
DefaultBHttpServerConnectionFactory.cconfig |
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 | Field and Description |
---|---|
private ConnectionConfig |
ServerBootstrap.connectionConfig |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig)
Sets connection configuration.
|
Modifier and Type | Field and Description |
---|---|
private ConnectionConfig |
SSLNHttpClientConnectionFactory.cconfig |
private ConnectionConfig |
DefaultNHttpClientConnectionFactory.cconfig |
private ConnectionConfig |
SSLNHttpServerConnectionFactory.cconfig |
private ConnectionConfig |
DefaultNHttpServerConnectionFactory.cconfig |
Modifier and Type | Method and Description |
---|---|
static <T extends NHttpClientEventHandler> |
DefaultHttpClientIODispatch.create(T handler,
javax.net.ssl.SSLContext sslContext,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
static <T extends NHttpServerEventHandler> |
DefaultHttpServerIODispatch.create(T handler,
javax.net.ssl.SSLContext sslContext,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
static <T extends NHttpServerEventHandler> |
DefaultHttpServerIODispatch.create(T eventHandler,
javax.net.ssl.SSLContext sslContext,
ConnectionConfig config,
HttpRequestFactory httpRequestFactory)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
static <T extends NHttpClientEventHandler> |
DefaultHttpClientIODispatch.create(T handler,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
static <T extends NHttpServerEventHandler> |
DefaultHttpServerIODispatch.create(T handler,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
Modifier and Type | Field and Description |
---|---|
private ConnectionConfig |
ServerBootstrap.connectionConfig |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig)
Sets connection configuration.
|
Constructor and Description |
---|
BasicNIOConnFactory(ConnectionConfig config) |
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
ConnectionConfig config) |
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
NHttpMessageParserFactory<HttpResponse> responseParserFactory,
NHttpMessageWriterFactory<HttpRequest> requestWriterFactory,
ByteBufferAllocator allocator,
ConnectionConfig config) |
BasicNIOConnPool(ConnectingIOReactor ioreactor,
ConnectionConfig config) |
BasicNIOConnPool(ConnectingIOReactor ioreactor,
int connectTimeout,
ConnectionConfig config) |
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.
|