Uses of Class
org.apache.hc.client5.http.impl.async.InternalH2ConnPool
Packages that use InternalH2ConnPool
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of InternalH2ConnPool in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as InternalH2ConnPoolModifier and TypeFieldDescriptionprivate final InternalH2ConnPool
InternalH2AsyncClient.connPool
private final InternalH2ConnPool
InternalH2AsyncExecRuntime.connPool
private final InternalH2ConnPool
MinimalH2AsyncClient.connPool
Constructors in org.apache.hc.client5.http.impl.async with parameters of type InternalH2ConnPoolModifierConstructorDescriptionIdleConnectionEvictor
(InternalH2ConnPool connPool, org.apache.hc.core5.util.TimeValue maxIdleTime) (package private)
InternalH2AsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, InternalH2ConnPool connPool, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)
InternalH2AsyncExecRuntime
(org.slf4j.Logger log, InternalH2ConnPool connPool, org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory)