Uses of Class
org.apache.http.config.SocketConfig
-
Packages that use SocketConfig Package Description org.apache.http.config Core configuration APIs.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 SocketConfig in org.apache.http.config
Fields in org.apache.http.config declared as SocketConfig Modifier and Type Field Description static SocketConfig
SocketConfig. DEFAULT
Methods in org.apache.http.config that return SocketConfig Modifier and Type Method Description SocketConfig
SocketConfig.Builder. build()
protected SocketConfig
SocketConfig. clone()
Methods in org.apache.http.config with parameters of type SocketConfig Modifier and Type Method Description static SocketConfig.Builder
SocketConfig. copy(SocketConfig config)
-
Uses of SocketConfig in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as SocketConfig Modifier and Type Field Description private SocketConfig
HttpServer. socketConfig
private SocketConfig
RequestListener. socketConfig
private SocketConfig
ServerBootstrap. socketConfig
Methods in org.apache.http.impl.bootstrap with parameters of type SocketConfig Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setSocketConfig(SocketConfig socketConfig)
Sets socket configuration.Constructors in org.apache.http.impl.bootstrap with parameters of type SocketConfig Constructor Description HttpServer(int port, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger)
RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, java.util.concurrent.ExecutorService executorService)
-
Uses of SocketConfig in org.apache.http.impl.pool
Fields in org.apache.http.impl.pool declared as SocketConfig Modifier and Type Field Description private SocketConfig
BasicConnFactory. sconfig
Constructors in org.apache.http.impl.pool with parameters of type SocketConfig 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 SocketConfig in org.apache.http.params
Methods in org.apache.http.params that return SocketConfig Modifier and Type Method Description static SocketConfig
HttpParamConfig. getSocketConfig(HttpParams params)
Deprecated.
-