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

Packages that use ConnectionConfig
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.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
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
 

Methods in org.apache.http.impl with parameters of type ConnectionConfig
static CharsetDecoder ConnSupport.createDecoder(ConnectionConfig cconfig)
           
static CharsetEncoder ConnSupport.createEncoder(ConnectionConfig cconfig)
           
 

Constructors in org.apache.http.impl with parameters of type ConnectionConfig
DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig)
           
DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)
           
DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)
           
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig)
           
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
 

Methods in org.apache.http.impl.bootstrap with parameters of type ConnectionConfig
 ServerBootstrap ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig)
          Sets connection configuration.
 

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(SocketFactory plainfactory, 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–2021 The Apache Software Foundation. All rights reserved.