Uses of Interface
org.apache.hc.client5.http.classic.ExecRuntime
Packages that use ExecRuntime
Package
Description
HTTP client APIs based on the classic (blocking) I/O model.
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 ExecRuntimeMethods in org.apache.hc.client5.http.classic that return ExecRuntimeModifier and TypeMethodDescriptionExecRuntime.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 ExecRuntimeModifierConstructorDescriptionScope(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 ExecRuntimeFields in org.apache.hc.client5.http.impl.classic declared as ExecRuntimeModifier and TypeFieldDescriptionprivate final ExecRuntimeCloseableHttpResponse.execRuntimeprivate final ExecRuntimeResponseEntityProxy.execRuntimeMethods in org.apache.hc.client5.http.impl.classic that return ExecRuntimeModifier and TypeMethodDescriptionInternalExecRuntime.fork(org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency) Methods in org.apache.hc.client5.http.impl.classic with parameters of type ExecRuntimeModifier and TypeMethodDescriptionprivate booleanConnectExec.createTunnelToTarget(String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest request, ExecRuntime execRuntime, HttpClientContext context) Creates a tunnel to the target server.static voidResponseEntityProxy.enhance(org.apache.hc.core5.http.ClassicHttpResponse response, ExecRuntime execRuntime) Constructors in org.apache.hc.client5.http.impl.classic with parameters of type ExecRuntimeModifierConstructorDescription(package private)CloseableHttpResponse(org.apache.hc.core5.http.ClassicHttpResponse response, ExecRuntime execRuntime) (package private)ResponseEntityProxy(org.apache.hc.core5.http.HttpEntity entity, ExecRuntime execRuntime)