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
Fields in org.apache.hc.core5.http.impl.bootstrap declared as SocketConfigModifier and TypeFieldDescriptionprivate final SocketConfig
HttpRequester.socketConfig
private final SocketConfig
HttpServer.socketConfig
private SocketConfig
RequesterBootstrap.socketConfig
private final SocketConfig
RequestListener.socketConfig
private SocketConfig
ServerBootstrap.socketConfig
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SocketConfigModifier and TypeMethodDescriptionfinal RequesterBootstrap
RequesterBootstrap.setSocketConfig
(SocketConfig socketConfig) Sets socket configuration.final ServerBootstrap
ServerBootstrap.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) UseRequesterBootstrap
to 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) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, ExecutorService executorService) -
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.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 SocketConfigModifier and TypeFieldDescriptionprivate final SocketConfig
ClassicTestClient.socketConfig
private final SocketConfig
ClassicTestServer.socketConfig
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)