Uses of Class
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
-
Packages that use InternalH2AsyncExecRuntime.Endpoint 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 InternalH2AsyncExecRuntime.Endpoint in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async with type parameters of type InternalH2AsyncExecRuntime.Endpoint Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<InternalH2AsyncExecRuntime.Endpoint>InternalH2AsyncExecRuntime. sessionRefMethods in org.apache.hc.client5.http.impl.async that return InternalH2AsyncExecRuntime.Endpoint Modifier and Type Method Description (package private) InternalH2AsyncExecRuntime.EndpointInternalH2AsyncExecRuntime. ensureValid()Methods in org.apache.hc.client5.http.impl.async with parameters of type InternalH2AsyncExecRuntime.Endpoint Modifier and Type Method Description private voidInternalH2AsyncExecRuntime. closeEndpoint(InternalH2AsyncExecRuntime.Endpoint endpoint)
-