Uses of Class
org.apache.http.config.ConnectionConfig

Packages that use ConnectionConfig
org.apache.http.config   
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.pool Basic implementations for interfaces in org.apache.http.nio.pool
org.apache.http.impl.pool Basic implementations for interfaces in org.apache.http.pool
org.apache.http.params The parameterization framework for HTTP components. 
 

Uses of ConnectionConfig in org.apache.http.config
 

Fields in org.apache.http.config declared as ConnectionConfig
static ConnectionConfig ConnectionConfig.DEFAULT
           
 

Methods in org.apache.http.config that return ConnectionConfig
 ConnectionConfig ConnectionConfig.Builder.build()
           
protected  ConnectionConfig ConnectionConfig.clone()
           
 

Methods in org.apache.http.config with parameters of type ConnectionConfig
static ConnectionConfig.Builder ConnectionConfig.copy(ConnectionConfig config)
           
 

Uses of ConnectionConfig in org.apache.http.impl.nio
 

Constructors in org.apache.http.impl.nio with parameters of type ConnectionConfig
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, ConnectionConfig config)
           
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, SSLContext sslcontext, ConnectionConfig config)
           
DefaultHttpClientIODispatch(NHttpClientEventHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
DefaultHttpServerIODispatch(NHttpServerEventHandler handler, ConnectionConfig config)
           
DefaultHttpServerIODispatch(NHttpServerEventHandler handler, SSLContext sslcontext, ConnectionConfig config)
           
DefaultHttpServerIODispatch(NHttpServerEventHandler handler, SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
DefaultNHttpClientConnectionFactory(ConnectionConfig config)
           
DefaultNHttpClientConnectionFactory(NHttpMessageParserFactory<HttpResponse> responseParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
DefaultNHttpServerConnectionFactory(ByteBufferAllocator allocator, NHttpMessageParserFactory<HttpRequest> requestParserFactory, ConnectionConfig config)
           
DefaultNHttpServerConnectionFactory(ConnectionConfig config)
           
SSLNHttpClientConnectionFactory(ConnectionConfig config)
           
SSLNHttpClientConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
SSLNHttpClientConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
SSLNHttpServerConnectionFactory(ConnectionConfig config)
           
SSLNHttpServerConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
SSLNHttpServerConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpRequest> requestParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
 

Uses of ConnectionConfig in org.apache.http.impl.nio.pool
 

Constructors in org.apache.http.impl.nio.pool with parameters of type ConnectionConfig
BasicNIOConnFactory(ConnectionConfig config)
           
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, ConnectionConfig config)
           
BasicNIOConnFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, ByteBufferAllocator allocator, ConnectionConfig config)
           
BasicNIOConnPool(ConnectingIOReactor ioreactor, ConnectionConfig config)
           
BasicNIOConnPool(ConnectingIOReactor ioreactor, int connectTimeout, ConnectionConfig config)
           
 

Uses of ConnectionConfig in org.apache.http.impl.pool
 

Constructors in org.apache.http.impl.pool with parameters of type ConnectionConfig
BasicConnFactory(int connectTimeout, SocketConfig sconfig, ConnectionConfig cconfig)
           
BasicConnFactory(SocketConfig sconfig, ConnectionConfig cconfig)
           
BasicConnFactory(SSLSocketFactory sslfactory, int connectTimeout, 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
static ConnectionConfig HttpParamConfig.getConnectionConfig(HttpParams params)
          Deprecated.  
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.