public static final class AsyncExecChain.Scope extends Object
| Modifier and Type | Field and Description | 
|---|---|
| org.apache.hc.core5.concurrent.CancellableDependency | cancellableDependency | 
| 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,
                    org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency,
                    HttpClientContext clientContext,
                    AsyncExecRuntime execRuntime) | 
public final String exchangeId
public final HttpRoute route
public final org.apache.hc.core5.http.HttpRequest originalRequest
public final org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency
public final HttpClientContext clientContext
public final AsyncExecRuntime execRuntime
public AsyncExecChain.Scope(String exchangeId, HttpRoute route, org.apache.hc.core5.http.HttpRequest originalRequest, org.apache.hc.core5.concurrent.CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.