Uses of Interface
org.apache.hc.client5.http.SchemePortResolver
-
Packages that use SchemePortResolver Package Description org.apache.hc.client5.http Client component APIs common to all client transports such as connection route information and resolution as well as common HTTP method definitions and exception classes.org.apache.hc.client5.http.impl org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only.org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs.org.apache.hc.client5.http.impl.routing Standard client connection routing API implementations.org.apache.hc.client5.http.routing Client connection routing APIs. -
-
Uses of SchemePortResolver in org.apache.hc.client5.http
Fields in org.apache.hc.client5.http declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
ContextBuilder. schemePortResolver
Methods in org.apache.hc.client5.http with parameters of type SchemePortResolver Modifier and Type Method Description static ContextBuilder
ContextBuilder. create(SchemePortResolver schemePortResolver)
Constructors in org.apache.hc.client5.http with parameters of type SchemePortResolver Constructor Description ContextBuilder(SchemePortResolver schemePortResolver)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.impl
Classes in org.apache.hc.client5.http.impl that implement SchemePortResolver Modifier and Type Class Description class
DefaultSchemePortResolver
DefaultSchemePortResolver
. -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
AsyncProtocolExec. schemePortResolver
private SchemePortResolver
H2AsyncClientBuilder. schemePortResolver
private SchemePortResolver
HttpAsyncClientBuilder. schemePortResolver
private SchemePortResolver
MinimalHttpAsyncClient. schemePortResolver
Methods in org.apache.hc.client5.http.impl.async with parameters of type SchemePortResolver Modifier and Type Method Description private static MinimalHttpAsyncClient
HttpAsyncClients. createMinimalHttpAsyncClientImpl(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr, SchemePortResolver schemePortResolver, TlsConfig tlsConfig)
H2AsyncClientBuilder
H2AsyncClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)
AssignsSchemePortResolver
instance.HttpAsyncClientBuilder
HttpAsyncClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)
AssignsSchemePortResolver
instance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type SchemePortResolver Constructor Description AsyncConnectExec(org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
AsyncProtocolExec(AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
MinimalHttpAsyncClient(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig reactorConfig, java.util.concurrent.ThreadFactory threadFactory, java.util.concurrent.ThreadFactory workerThreadFactory, AsyncClientConnectionManager manager, SchemePortResolver schemePortResolver, TlsConfig tlsConfig)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
AuthCacheKeeper. schemePortResolver
private SchemePortResolver
BasicAuthCache. schemePortResolver
Constructors in org.apache.hc.client5.http.impl.auth with parameters of type SchemePortResolver Constructor Description AuthCacheKeeper(SchemePortResolver schemePortResolver)
BasicAuthCache(SchemePortResolver schemePortResolver)
Default constructor. -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
HttpClientBuilder. schemePortResolver
private SchemePortResolver
MinimalHttpClient. schemePortResolver
private SchemePortResolver
ProtocolExec. schemePortResolver
Methods in org.apache.hc.client5.http.impl.classic with parameters of type SchemePortResolver Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)
AssignsSchemePortResolver
instance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type SchemePortResolver Constructor Description ConnectExec(org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy, org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
ProtocolExec(AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.io
Fields in org.apache.hc.client5.http.impl.io declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
DefaultHttpClientConnectionOperator. schemePortResolver
private SchemePortResolver
PoolingHttpClientConnectionManagerBuilder. schemePortResolver
Methods in org.apache.hc.client5.http.impl.io with parameters of type SchemePortResolver Modifier and Type Method Description PoolingHttpClientConnectionManagerBuilder
PoolingHttpClientConnectionManagerBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)
AssignsSchemePortResolver
instance.Constructors in org.apache.hc.client5.http.impl.io with parameters of type SchemePortResolver Constructor Description BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory, SchemePortResolver schemePortResolver, DnsResolver dnsResolver)
DefaultHttpClientConnectionOperator(org.apache.hc.core5.http.config.Lookup<ConnectionSocketFactory> socketFactoryRegistry, SchemePortResolver schemePortResolver, DnsResolver dnsResolver)
PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry<ConnectionSocketFactory> socketFactoryRegistry, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy, org.apache.hc.core5.util.TimeValue timeToLive, SchemePortResolver schemePortResolver, DnsResolver dnsResolver, org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.nio
Fields in org.apache.hc.client5.http.impl.nio declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
DefaultAsyncClientConnectionOperator. schemePortResolver
private SchemePortResolver
PoolingAsyncClientConnectionManagerBuilder. schemePortResolver
Methods in org.apache.hc.client5.http.impl.nio with parameters of type SchemePortResolver Modifier and Type Method Description PoolingAsyncClientConnectionManagerBuilder
PoolingAsyncClientConnectionManagerBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)
AssignsSchemePortResolver
instance.Constructors in org.apache.hc.client5.http.impl.nio with parameters of type SchemePortResolver Constructor Description DefaultAsyncClientConnectionOperator(org.apache.hc.core5.http.config.Lookup<org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyLookup, SchemePortResolver schemePortResolver, DnsResolver dnsResolver)
PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup<org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyLookup, org.apache.hc.core5.pool.PoolConcurrencyPolicy poolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy poolReusePolicy, org.apache.hc.core5.util.TimeValue timeToLive, SchemePortResolver schemePortResolver, DnsResolver dnsResolver)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.routing
Fields in org.apache.hc.client5.http.impl.routing declared as SchemePortResolver Modifier and Type Field Description private SchemePortResolver
DefaultRoutePlanner. schemePortResolver
Constructors in org.apache.hc.client5.http.impl.routing with parameters of type SchemePortResolver Constructor Description DefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost proxy, SchemePortResolver schemePortResolver)
DefaultRoutePlanner(SchemePortResolver schemePortResolver)
SystemDefaultRoutePlanner(SchemePortResolver schemePortResolver, java.net.ProxySelector proxySelector)
-
Uses of SchemePortResolver in org.apache.hc.client5.http.routing
Methods in org.apache.hc.client5.http.routing with parameters of type SchemePortResolver Modifier and Type Method Description static org.apache.hc.core5.http.HttpHost
RoutingSupport. normalize(org.apache.hc.core5.http.HttpHost host, SchemePortResolver schemePortResolver)
-