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 ExecRuntimeExecChain.Scope. execRuntimeMethods in org.apache.hc.client5.http.classic that return ExecRuntime Modifier and Type Method Description ExecRuntimeExecRuntime. 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) classInternalExecRuntimeFields in org.apache.hc.client5.http.impl.classic declared as ExecRuntime Modifier and Type Field Description private ExecRuntimeCloseableHttpResponse. execRuntimeprivate ExecRuntimeResponseEntityProxy. execRuntimeMethods in org.apache.hc.client5.http.impl.classic that return ExecRuntime Modifier and Type Method Description ExecRuntimeInternalExecRuntime. 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 booleanConnectExec. 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 voidResponseEntityProxy. 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)
-