Class ExecChain.Scope
java.lang.Object
org.apache.hc.client5.http.classic.ExecChain.Scope
- Enclosing interface:
ExecChain
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HttpClientContext
final String
final ExecRuntime
final org.apache.hc.core5.http.ClassicHttpRequest
final HttpRoute
-
Constructor Summary
ConstructorsConstructorDescriptionScope
(String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext) -
Method Summary
-
Field Details
-
exchangeId
-
route
-
originalRequest
public final org.apache.hc.core5.http.ClassicHttpRequest originalRequest -
execRuntime
-
clientContext
-
-
Constructor Details
-
Scope
public Scope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.ClassicHttpRequest originalRequest, ExecRuntime execRuntime, HttpClientContext clientContext)
-