Uses of Class
org.apache.http.config.SocketConfig
Packages that use SocketConfig
Package
Description
Core configuration APIs.
Embedded server and server bootstrap.
Default implementations of client side connection pools
for synchronous, blocking communication.
Deprecated.
-
Uses of SocketConfig in org.apache.http.config
Fields in org.apache.http.config declared as SocketConfigMethods in org.apache.http.config that return SocketConfigModifier and TypeMethodDescriptionSocketConfig.Builder.build()protected SocketConfigSocketConfig.clone()Methods in org.apache.http.config with parameters of type SocketConfigModifier and TypeMethodDescriptionstatic SocketConfig.BuilderSocketConfig.copy(SocketConfig config) -
Uses of SocketConfig in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap with parameters of type SocketConfigModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setSocketConfig(SocketConfig socketConfig) Sets socket configuration. -
Uses of SocketConfig in org.apache.http.impl.pool
Constructors in org.apache.http.impl.pool with parameters of type SocketConfigModifierConstructorDescriptionBasicConnFactory(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 SocketConfig in org.apache.http.params
Methods in org.apache.http.params that return SocketConfigModifier and TypeMethodDescriptionstatic SocketConfigHttpParamConfig.getSocketConfig(HttpParams params) Deprecated.