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 SocketConfig
SocketConfig.clone()
Methods in org.apache.http.config with parameters of type SocketConfigModifier and TypeMethodDescriptionstatic SocketConfig.Builder
SocketConfig.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 SocketConfig
HttpServer.socketConfig
private final SocketConfig
RequestListener.socketConfig
private SocketConfig
ServerBootstrap.socketConfig
Methods in org.apache.http.impl.bootstrap with parameters of type SocketConfigModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.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 SocketConfig
HttpParamConfig.getSocketConfig
(HttpParams params) Deprecated.