public static final class AsyncExecChain.Scope extends Object
| Modifier and Type | Field and Description |
|---|---|
HttpClientContext |
clientContext |
String |
exchangeId |
AsyncExecRuntime |
execRuntime |
org.apache.hc.core5.http.HttpRequest |
originalRequest |
HttpRoute |
route |
| Constructor and Description |
|---|
AsyncExecChain.Scope(String exchangeId,
HttpRoute route,
org.apache.hc.core5.http.HttpRequest originalRequest,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime) |
public final String exchangeId
public final HttpRoute route
public final org.apache.hc.core5.http.HttpRequest originalRequest
public final AsyncExecRuntime execRuntime
public final HttpClientContext clientContext
public AsyncExecChain.Scope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest originalRequest, HttpClientContext clientContext, AsyncExecRuntime execRuntime)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.