Uses of Interface
org.apache.hc.client5.http.classic.ExecRuntime
-
Packages that use ExecRuntime Package Description org.apache.hc.client5.http.classic HTTP client APIs based on the classic (blocking) I/O model.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of ExecRuntime in org.apache.hc.client5.http.classic
Fields in org.apache.hc.client5.http.classic declared as ExecRuntime Modifier and Type Field Description ExecRuntime
ExecChain.Scope. execRuntime
Methods in org.apache.hc.client5.http.classic that return ExecRuntime Modifier and Type Method Description ExecRuntime
ExecRuntime. fork(org.apache.hc.core5.concurrent.CancellableDependency cancellableAware)
Forks this runtime for parallel execution.Constructors in org.apache.hc.client5.http.classic with parameters of type ExecRuntime Constructor Description Scope(java.lang.String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext)
-
Uses of ExecRuntime in org.apache.hc.client5.http.impl.classic
Classes in org.apache.hc.client5.http.impl.classic that implement ExecRuntime Modifier and Type Class Description (package private) class
InternalExecRuntime
Fields in org.apache.hc.client5.http.impl.classic declared as ExecRuntime Modifier and Type Field Description private ExecRuntime
CloseableHttpResponse. execRuntime
private ExecRuntime
ResponseEntityProxy. execRuntime
Methods in org.apache.hc.client5.http.impl.classic that return ExecRuntime Modifier and Type Method Description ExecRuntime
InternalExecRuntime. fork(org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency)
Methods in org.apache.hc.client5.http.impl.classic with parameters of type ExecRuntime Modifier and Type Method Description private boolean
ConnectExec. createTunnelToTarget(java.lang.String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest request, ExecRuntime execRuntime, HttpClientContext context)
Creates a tunnel to the target server.static void
ResponseEntityProxy. enhance(org.apache.hc.core5.http.ClassicHttpResponse response, ExecRuntime execRuntime)
Constructors in org.apache.hc.client5.http.impl.classic with parameters of type ExecRuntime Constructor Description CloseableHttpResponse(org.apache.hc.core5.http.ClassicHttpResponse response, ExecRuntime execRuntime)
ResponseEntityProxy(org.apache.hc.core5.http.HttpEntity entity, ExecRuntime execRuntime)
-