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.
-
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)