Uses of Class
org.apache.http.config.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
Core configuration APIs.
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Embedded non-blocking server and server bootstrap.
Default implementations of client side connection pools
for asynchronous, even driven communication.
Default implementations of client side connection pools
for synchronous, blocking communication.
Deprecated.
-
Uses of ConnectionConfig in org.apache.http.config
Fields in org.apache.http.config declared as ConnectionConfigMethods in org.apache.http.config that return ConnectionConfigModifier and TypeMethodDescriptionConnectionConfig.Builder.build()
protected ConnectionConfig
ConnectionConfig.clone()
Methods in org.apache.http.config with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic ConnectionConfig.Builder
ConnectionConfig.copy
(ConnectionConfig config) -
Uses of ConnectionConfig in org.apache.http.impl
Fields in org.apache.http.impl declared as ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfig
DefaultBHttpClientConnectionFactory.cconfig
private final ConnectionConfig
DefaultBHttpServerConnectionFactory.cconfig
Methods in org.apache.http.impl with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic CharsetDecoder
ConnSupport.createDecoder
(ConnectionConfig cconfig) static CharsetEncoder
ConnSupport.createEncoder
(ConnectionConfig cconfig) Constructors in org.apache.http.impl with parameters of type ConnectionConfigModifierConstructorDescriptionDefaultBHttpClientConnectionFactory
(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory) DefaultBHttpClientConnectionFactory
(ConnectionConfig cconfig, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory) DefaultBHttpServerConnectionFactory
(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory) DefaultBHttpServerConnectionFactory
(ConnectionConfig cconfig, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory) -
Uses of ConnectionConfig in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as ConnectionConfigMethods in org.apache.http.impl.bootstrap with parameters of type ConnectionConfigModifier and TypeMethodDescriptionfinal 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 ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfig
DefaultNHttpClientConnectionFactory.cconfig
private final ConnectionConfig
DefaultNHttpServerConnectionFactory.cconfig
private final ConnectionConfig
SSLNHttpClientConnectionFactory.cconfig
private final ConnectionConfig
SSLNHttpServerConnectionFactory.cconfig
Methods in org.apache.http.impl.nio with parameters of type ConnectionConfigModifier and TypeMethodDescriptionstatic <T extends NHttpClientEventHandler>
DefaultHttpClientIODispatch<T> DefaultHttpClientIODispatch.create
(T handler, 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, 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, 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, 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, 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.Constructors in org.apache.http.impl.nio with parameters of type ConnectionConfigModifierConstructorDescriptionDefaultHttpClientIODispatch
(H handler, SSLContext sslContext, ConnectionConfig config) DefaultHttpClientIODispatch
(H handler, SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config) DefaultHttpClientIODispatch
(H handler, ConnectionConfig config) DefaultHttpServerIODispatch
(H handler, SSLContext sslContext, ConnectionConfig config) DefaultHttpServerIODispatch
(H handler, SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config) DefaultHttpServerIODispatch
(H handler, ConnectionConfig config) DefaultNHttpClientConnectionFactory
(ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) DefaultNHttpClientConnectionFactory
(NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ConnectionConfig cconfig) DefaultNHttpClientConnectionFactory
(NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) DefaultNHttpServerConnectionFactory
(ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) DefaultNHttpServerConnectionFactory
(ByteBufferAllocator allocator, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ConnectionConfig cconfig) SSLNHttpClientConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config) SSLNHttpClientConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) SSLNHttpClientConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ConnectionConfig cconfig) SSLNHttpClientConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) SSLNHttpServerConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config) SSLNHttpServerConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) SSLNHttpServerConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ConnectionConfig cconfig) SSLNHttpServerConnectionFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ByteBufferAllocator allocator, ConnectionConfig cconfig) -
Uses of ConnectionConfig in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as ConnectionConfigMethods in org.apache.http.impl.nio.bootstrap with parameters of type ConnectionConfigModifier and TypeMethodDescriptionfinal 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 ConnectionConfigModifierConstructorDescriptionBasicNIOConnFactory
(SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config) BasicNIOConnFactory
(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 ConnectionConfigModifierConstructorDescriptionBasicConnFactory
(int connectTimeout, SocketConfig sconfig, ConnectionConfig cconfig) BasicConnFactory
(SocketFactory plainfactory, 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 ConnectionConfigModifier and TypeMethodDescriptionstatic ConnectionConfig
HttpParamConfig.getConnectionConfig
(HttpParams params) Deprecated.