Class ExecChain.Scope
- java.lang.Object
-
- org.apache.hc.client5.http.classic.ExecChain.Scope
-
- Enclosing interface:
- ExecChain
public static final class ExecChain.Scope extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description HttpClientContext
clientContext
java.lang.String
exchangeId
ExecRuntime
execRuntime
org.apache.hc.core5.http.ClassicHttpRequest
originalRequest
HttpRoute
route
-
Constructor Summary
Constructors Constructor Description Scope(java.lang.String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext)
-
-
-
Field Detail
-
exchangeId
public final java.lang.String exchangeId
-
route
public final HttpRoute route
-
originalRequest
public final org.apache.hc.core5.http.ClassicHttpRequest originalRequest
-
execRuntime
public final ExecRuntime execRuntime
-
clientContext
public final HttpClientContext clientContext
-
-
Constructor Detail
-
Scope
public Scope(java.lang.String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext)
-
-