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 SocketConfigHttpRequester. socketConfigprivate SocketConfigHttpServer. socketConfigprivate SocketConfigRequesterBootstrap. socketConfigprivate SocketConfigRequestListener. socketConfigprivate SocketConfigServerBootstrap. socketConfigMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfig Modifier and Type Method Description RequesterBootstrapRequesterBootstrap. setSocketConfig(SocketConfig socketConfig)Sets socket configuration.ServerBootstrapServerBootstrap. 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)UseRequesterBootstrapto 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 SocketConfigSocketConfig. DEFAULTMethods in org.apache.hc.core5.http.io that return SocketConfig Modifier and Type Method Description SocketConfigSocketConfig.Builder. build()Methods in org.apache.hc.core5.http.io with parameters of type SocketConfig Modifier and Type Method Description static SocketConfig.BuilderSocketConfig. 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 SocketConfigClassicTestClient. socketConfigprivate SocketConfigClassicTestServer. socketConfigConstructors 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)
-