Uses of Class
org.apache.http.config.ConnectionConfig
-
Packages that use ConnectionConfig 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. -
-
Uses of ConnectionConfig in org.apache.http.config
Fields in org.apache.http.config declared as ConnectionConfig Modifier and Type Field Description static ConnectionConfig
ConnectionConfig. DEFAULT
Methods in org.apache.http.config that return ConnectionConfig Modifier and Type Method Description ConnectionConfig
ConnectionConfig.Builder. build()
protected ConnectionConfig
ConnectionConfig. clone()
Methods in org.apache.http.config with parameters of type ConnectionConfig Modifier and Type Method Description static ConnectionConfig.Builder
ConnectionConfig. copy(ConnectionConfig config)
-
Uses of ConnectionConfig in org.apache.http.impl
Fields in org.apache.http.impl declared as ConnectionConfig Modifier and Type Field Description private ConnectionConfig
DefaultBHttpClientConnectionFactory. cconfig
private ConnectionConfig
DefaultBHttpServerConnectionFactory. cconfig
Methods in org.apache.http.impl with parameters of type ConnectionConfig Modifier and Type Method Description static java.nio.charset.CharsetDecoder
ConnSupport. createDecoder(ConnectionConfig cconfig)
static java.nio.charset.CharsetEncoder
ConnSupport. createEncoder(ConnectionConfig cconfig)
-
Uses of ConnectionConfig in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as ConnectionConfig Modifier and Type Field Description private ConnectionConfig
ServerBootstrap. connectionConfig
Methods in org.apache.http.impl.bootstrap with parameters of type ConnectionConfig Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setConnectionConfig(ConnectionConfig connectionConfig)
Sets connection configuration. -
Uses of ConnectionConfig in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as ConnectionConfig Modifier and Type Field Description private ConnectionConfig
DefaultNHttpClientConnectionFactory. cconfig
private ConnectionConfig
DefaultNHttpServerConnectionFactory. cconfig
private ConnectionConfig
SSLNHttpClientConnectionFactory. cconfig
private ConnectionConfig
SSLNHttpServerConnectionFactory. cconfig
Methods in org.apache.http.impl.nio with parameters of type ConnectionConfig Modifier and Type Method Description static <T extends NHttpClientEventHandler>
DefaultHttpClientIODispatch<T>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 NHttpClientEventHandler>
DefaultHttpClientIODispatch<T>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<T>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<T>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 NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>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. -
Uses of ConnectionConfig in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as ConnectionConfig Modifier and Type Field Description private ConnectionConfig
ServerBootstrap. connectionConfig
Methods in org.apache.http.impl.nio.bootstrap with parameters of type ConnectionConfig Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setConnectionConfig(ConnectionConfig connectionConfig)
Sets connection configuration. -
Uses of ConnectionConfig in org.apache.http.impl.nio.pool
Constructors in org.apache.http.impl.nio.pool with parameters of type ConnectionConfig Constructor Description 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)
BasicNIOConnFactory(ConnectionConfig config)
BasicNIOConnPool(ConnectingIOReactor ioReactor, int connectTimeout, ConnectionConfig config)
BasicNIOConnPool(ConnectingIOReactor ioReactor, ConnectionConfig config)
-
Uses of ConnectionConfig in org.apache.http.impl.pool
Constructors in org.apache.http.impl.pool with parameters of type ConnectionConfig Constructor Description BasicConnFactory(int connectTimeout, SocketConfig sconfig, ConnectionConfig cconfig)
BasicConnFactory(javax.net.SocketFactory plainfactory, javax.net.ssl.SSLSocketFactory sslfactory, int connectTimeout, SocketConfig sconfig, ConnectionConfig cconfig)
BasicConnFactory(SocketConfig sconfig, ConnectionConfig cconfig)
BasicConnPool(SocketConfig sconfig, ConnectionConfig cconfig)
-
Uses of ConnectionConfig in org.apache.http.params
Methods in org.apache.http.params that return ConnectionConfig Modifier and Type Method Description static ConnectionConfig
HttpParamConfig. getConnectionConfig(HttpParams params)
Deprecated.
-