Uses of Interface
org.apache.hc.core5.function.Resolver
Packages that use Resolver
Package
Description
Default implementations of core HTTP APIs.
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
HTTP/2 specific pool component APIs.
-
Uses of Resolver in org.apache.hc.core5.http.impl
Classes in org.apache.hc.core5.http.impl that implement Resolver -
Uses of Resolver in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as ResolverModifier and TypeFieldDescriptionprivate final Resolver
<HttpHost, InetSocketAddress> AsyncRequester.addressResolver
private final Resolver
<HttpHost, InetSocketAddress> HttpRequester.addressResolver
Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type ResolverModifierConstructorDescriptionAsyncRequester
(IOEventHandlerFactory eventHandlerFactory, IOReactorConfig ioReactorConfig, Decorator<IOSession> ioSessionDecorator, Callback<Exception> exceptionCallback, IOSessionListener sessionListener, Callback<IOSession> sessionShutdownCallback, Resolver<HttpHost, InetSocketAddress> addressResolver) HttpRequester
(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. -
Uses of Resolver in org.apache.hc.core5.http2.impl.nio.bootstrap
Constructors in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type ResolverModifierConstructorDescriptionH2MultiplexingRequester
(IOReactorConfig ioReactorConfig, IOEventHandlerFactory eventHandlerFactory, Decorator<IOSession> ioSessionDecorator, Callback<Exception> exceptionCallback, IOSessionListener sessionListener, Resolver<HttpHost, InetSocketAddress> addressResolver, TlsStrategy tlsStrategy) UseH2MultiplexingRequesterBootstrap
to create instances of this class. -
Uses of Resolver in org.apache.hc.core5.http2.nio.pool
Fields in org.apache.hc.core5.http2.nio.pool declared as ResolverModifier and TypeFieldDescriptionprivate final Resolver
<HttpHost, InetSocketAddress> H2ConnPool.addressResolver
Constructors in org.apache.hc.core5.http2.nio.pool with parameters of type ResolverModifierConstructorDescriptionH2ConnPool
(ConnectionInitiator connectionInitiator, Resolver<HttpHost, InetSocketAddress> addressResolver, TlsStrategy tlsStrategy)