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 SchemePortResolverContextBuilder. schemePortResolverMethods in org.apache.hc.client5.http with parameters of type SchemePortResolver Modifier and Type Method Description static ContextBuilderContextBuilder. 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 classDefaultSchemePortResolverDefaultSchemePortResolver. -
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 SchemePortResolverAsyncProtocolExec. schemePortResolverprivate SchemePortResolverH2AsyncClientBuilder. schemePortResolverprivate SchemePortResolverHttpAsyncClientBuilder. schemePortResolverprivate SchemePortResolverMinimalHttpAsyncClient. schemePortResolverMethods in org.apache.hc.client5.http.impl.async with parameters of type SchemePortResolver Modifier and Type Method Description private static MinimalHttpAsyncClientHttpAsyncClients. createMinimalHttpAsyncClientImpl(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr, SchemePortResolver schemePortResolver, TlsConfig tlsConfig)H2AsyncClientBuilderH2AsyncClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)AssignsSchemePortResolverinstance.HttpAsyncClientBuilderHttpAsyncClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)AssignsSchemePortResolverinstance.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 SchemePortResolverAuthCacheKeeper. schemePortResolverprivate SchemePortResolverBasicAuthCache. schemePortResolverConstructors 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 SchemePortResolverHttpClientBuilder. schemePortResolverprivate SchemePortResolverMinimalHttpClient. schemePortResolverprivate SchemePortResolverProtocolExec. schemePortResolverMethods in org.apache.hc.client5.http.impl.classic with parameters of type SchemePortResolver Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)AssignsSchemePortResolverinstance.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 SchemePortResolverDefaultHttpClientConnectionOperator. schemePortResolverprivate SchemePortResolverPoolingHttpClientConnectionManagerBuilder. schemePortResolverMethods in org.apache.hc.client5.http.impl.io with parameters of type SchemePortResolver Modifier and Type Method Description PoolingHttpClientConnectionManagerBuilderPoolingHttpClientConnectionManagerBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)AssignsSchemePortResolverinstance.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 SchemePortResolverDefaultAsyncClientConnectionOperator. schemePortResolverprivate SchemePortResolverPoolingAsyncClientConnectionManagerBuilder. schemePortResolverMethods in org.apache.hc.client5.http.impl.nio with parameters of type SchemePortResolver Modifier and Type Method Description PoolingAsyncClientConnectionManagerBuilderPoolingAsyncClientConnectionManagerBuilder. setSchemePortResolver(SchemePortResolver schemePortResolver)AssignsSchemePortResolverinstance.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 SchemePortResolverDefaultRoutePlanner. schemePortResolverConstructors 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.HttpHostRoutingSupport. normalize(org.apache.hc.core5.http.HttpHost host, SchemePortResolver schemePortResolver)
-