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
Fields in org.apache.http.impl.bootstrap declared as SocketConfigModifier and TypeFieldDescriptionprivate final SocketConfigHttpServer.socketConfigprivate final SocketConfigRequestListener.socketConfigprivate SocketConfigServerBootstrap.socketConfigMethods in org.apache.http.impl.bootstrap with parameters of type SocketConfigModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setSocketConfig(SocketConfig socketConfig) Sets socket configuration.Constructors in org.apache.http.impl.bootstrap with parameters of type SocketConfigModifierConstructorDescription(package private)HttpServer(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger) RequestListener(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, ExecutorService executorService) -
Uses of SocketConfig in org.apache.http.impl.pool
Fields in org.apache.http.impl.pool declared as SocketConfigConstructors 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.