Uses of Interface
org.apache.hc.client5.http.SchemePortResolver
Packages that use SchemePortResolver
Package
Description
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.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Standard and common HTTP authentication schemes.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
Client connection management functions based the classic
connection management APIs.
Client connection management functions based the asynchronous
connection management APIs.
Standard client connection routing API implementations.
Client connection routing APIs.
-
Uses of SchemePortResolver in org.apache.hc.client5.http
Methods in org.apache.hc.client5.http with parameters of type SchemePortResolverModifier and TypeMethodDescriptionstatic ContextBuilderContextBuilder.create(SchemePortResolver schemePortResolver) -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl
Classes in org.apache.hc.client5.http.impl that implement SchemePortResolver -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async with parameters of type SchemePortResolverModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver) AssignsSchemePortResolverinstance.final HttpAsyncClientBuilderHttpAsyncClientBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver) AssignsSchemePortResolverinstance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type SchemePortResolverModifierConstructorDescriptionAsyncConnectExec(org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled) -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.auth
Constructors in org.apache.hc.client5.http.impl.auth with parameters of type SchemePortResolverModifierConstructorDescriptionAuthCacheKeeper(SchemePortResolver schemePortResolver) BasicAuthCache(SchemePortResolver schemePortResolver) Default constructor. -
Uses of SchemePortResolver in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic with parameters of type SchemePortResolverModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver) AssignsSchemePortResolverinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type SchemePortResolverModifierConstructorDescriptionConnectExec(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
Methods in org.apache.hc.client5.http.impl.io with parameters of type SchemePortResolverModifier and TypeMethodDescriptionPoolingHttpClientConnectionManagerBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver) AssignsSchemePortResolverinstance.Constructors in org.apache.hc.client5.http.impl.io with parameters of type SchemePortResolverModifierConstructorDescriptionBasicHttpClientConnectionManager(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
Methods in org.apache.hc.client5.http.impl.nio with parameters of type SchemePortResolverModifier and TypeMethodDescriptionPoolingAsyncClientConnectionManagerBuilder.setSchemePortResolver(SchemePortResolver schemePortResolver) AssignsSchemePortResolverinstance.Constructors in org.apache.hc.client5.http.impl.nio with parameters of type SchemePortResolverModifierConstructorDescriptionPoolingAsyncClientConnectionManager(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
Constructors in org.apache.hc.client5.http.impl.routing with parameters of type SchemePortResolverModifierConstructorDescriptionDefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost proxy, SchemePortResolver schemePortResolver) DefaultRoutePlanner(SchemePortResolver schemePortResolver) SystemDefaultRoutePlanner(SchemePortResolver schemePortResolver, ProxySelector proxySelector) -
Uses of SchemePortResolver in org.apache.hc.client5.http.routing
Methods in org.apache.hc.client5.http.routing with parameters of type SchemePortResolverModifier and TypeMethodDescriptionstatic org.apache.hc.core5.http.HttpHostRoutingSupport.normalize(org.apache.hc.core5.http.HttpHost host, SchemePortResolver schemePortResolver)