Uses of Class
org.apache.hc.core5.http.io.SocketConfig
-
Packages that use SocketConfig Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.io Core HTTP transport APIs based on the classic (blocking) I/O model.org.apache.hc.core5.testing.classic -
-
Uses of SocketConfig in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as SocketConfig Modifier and Type Field Description private SocketConfig
HttpRequester. socketConfig
private SocketConfig
HttpServer. socketConfig
private SocketConfig
RequesterBootstrap. socketConfig
private SocketConfig
RequestListener. socketConfig
private SocketConfig
ServerBootstrap. socketConfig
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfig Modifier and Type Method Description RequesterBootstrap
RequesterBootstrap. setSocketConfig(SocketConfig socketConfig)
Sets socket configuration.ServerBootstrap
ServerBootstrap. setSocketConfig(SocketConfig socketConfig)
Sets socket configuration.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfig Constructor Description HttpRequester(HttpRequestExecutor requestExecutor, HttpProcessor httpProcessor, ManagedConnPool<HttpHost,HttpClientConnection> connPool, SocketConfig socketConfig, HttpConnectionFactory<? extends HttpClientConnection> connectFactory, javax.net.ssl.SSLSocketFactory sslSocketFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, SSLSessionVerifier sslSessionVerifier, Resolver<HttpHost,java.net.InetSocketAddress> addressResolver)
UseRequesterBootstrap
to create instances of this class.HttpServer(int port, HttpService httpService, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, ExceptionListener exceptionListener)
RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, java.util.concurrent.ExecutorService executorService)
-
Uses of SocketConfig in org.apache.hc.core5.http.io
Fields in org.apache.hc.core5.http.io declared as SocketConfig Modifier and Type Field Description static SocketConfig
SocketConfig. DEFAULT
Methods in org.apache.hc.core5.http.io that return SocketConfig Modifier and Type Method Description SocketConfig
SocketConfig.Builder. build()
Methods in org.apache.hc.core5.http.io with parameters of type SocketConfig Modifier and Type Method Description static SocketConfig.Builder
SocketConfig. copy(SocketConfig config)
-
Uses of SocketConfig in org.apache.hc.core5.testing.classic
Fields in org.apache.hc.core5.testing.classic declared as SocketConfig Modifier and Type Field Description private SocketConfig
ClassicTestClient. socketConfig
private SocketConfig
ClassicTestServer. socketConfig
Constructors in org.apache.hc.core5.testing.classic with parameters of type SocketConfig Constructor Description ClassicTestClient(javax.net.ssl.SSLContext sslContext, SocketConfig socketConfig)
ClassicTestClient(SocketConfig socketConfig)
ClassicTestServer(javax.net.ssl.SSLContext sslContext, SocketConfig socketConfig)
ClassicTestServer(SocketConfig socketConfig)
-