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.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 ConnectionConfigConnectionConfig. DEFAULTMethods in org.apache.http.config that return ConnectionConfig Modifier and Type Method Description ConnectionConfigConnectionConfig.Builder. build()protected ConnectionConfigConnectionConfig. clone()Methods in org.apache.http.config with parameters of type ConnectionConfig Modifier and Type Method Description static ConnectionConfig.BuilderConnectionConfig. copy(ConnectionConfig config) -
Uses of ConnectionConfig in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type ConnectionConfig Modifier and Type Method Description static java.nio.charset.CharsetDecoderConnSupport. createDecoder(ConnectionConfig cconfig)static java.nio.charset.CharsetEncoderConnSupport. createEncoder(ConnectionConfig cconfig) -
Uses of ConnectionConfig in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap with parameters of type ConnectionConfig Modifier and Type Method Description ServerBootstrapServerBootstrap. 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 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 ConnectionConfigHttpParamConfig. getConnectionConfig(HttpParams params)Deprecated.
-