Uses of Class
org.apache.hc.core5.http.io.SocketConfig
Packages that use SocketConfig
Package
Description
HTTP/1.1 requester and server bootstrap.
Core HTTP transport APIs based on the classic (blocking) I/O model.
-
Uses of SocketConfig in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfigModifier and TypeMethodDescriptionfinal RequesterBootstrapRequesterBootstrap.setSocketConfig(SocketConfig socketConfig) Sets socket configuration.final ServerBootstrapServerBootstrap.setSocketConfig(SocketConfig socketConfig) Sets socket configuration.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfigModifierConstructorDescriptionHttpRequester(HttpRequestExecutor requestExecutor, HttpProcessor httpProcessor, ManagedConnPool<HttpHost, HttpClientConnection> connPool, SocketConfig socketConfig, HttpConnectionFactory<? extends HttpClientConnection> connectFactory, SSLSocketFactory sslSocketFactory, Callback<SSLParameters> sslSetupHandler, SSLSessionVerifier sslSessionVerifier, Resolver<HttpHost, InetSocketAddress> addressResolver) UseRequesterBootstrapto create instances of this class.HttpServer(int port, HttpService httpService, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<SSLParameters> sslSetupHandler, ExceptionListener exceptionListener) -
Uses of SocketConfig in org.apache.hc.core5.http.io
Fields in org.apache.hc.core5.http.io declared as SocketConfigMethods in org.apache.hc.core5.http.io that return SocketConfigMethods in org.apache.hc.core5.http.io with parameters of type SocketConfigModifier and TypeMethodDescriptionstatic SocketConfig.BuilderSocketConfig.copy(SocketConfig config) -
Uses of SocketConfig in org.apache.hc.core5.testing.classic
Constructors in org.apache.hc.core5.testing.classic with parameters of type SocketConfigModifierConstructorDescriptionClassicTestClient(SSLContext sslContext, SocketConfig socketConfig) ClassicTestClient(SocketConfig socketConfig) ClassicTestServer(SSLContext sslContext, SocketConfig socketConfig) ClassicTestServer(SocketConfig socketConfig)