Uses of Class
org.apache.hc.client5.http.impl.async.InternalH2ConnPool
-
Packages that use InternalH2ConnPool Package Description org.apache.hc.client5.http.impl.async 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 InternalH2ConnPool Modifier and Type Field Description private InternalH2ConnPool
InternalH2AsyncClient. connPool
private InternalH2ConnPool
InternalH2AsyncExecRuntime. connPool
private InternalH2ConnPool
MinimalH2AsyncClient. connPool
Constructors in org.apache.hc.client5.http.impl.async with parameters of type InternalH2ConnPool Constructor Description IdleConnectionEvictor(InternalH2ConnPool connPool, org.apache.hc.core5.util.TimeValue maxIdleTime)
InternalH2AsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)
InternalH2AsyncExecRuntime(org.slf4j.Logger log, InternalH2ConnPool connPool, org.apache.hc.core5.http.nio.HandlerFactory<org.apache.hc.core5.http.nio.AsyncPushConsumer> pushHandlerFactory)
-