public static final class AsyncExecChain.Scope extends Object
Modifier and Type | Field and Description |
---|---|
CancellableDependency |
cancellableDependency |
HttpClientContext |
clientContext |
String |
exchangeId |
AtomicInteger |
execCount |
AsyncExecRuntime |
execRuntime |
HttpRequest |
originalRequest |
HttpRoute |
route |
AsyncExecChain.Scheduler |
scheduler |
Constructor and Description |
---|
Scope(String exchangeId,
HttpRoute route,
HttpRequest originalRequest,
CancellableDependency cancellableDependency,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime)
Deprecated.
Use
Scope#Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext,
AsyncExecRuntime, Scheduler, AtomicInteger) |
Scope(String exchangeId,
HttpRoute route,
HttpRequest originalRequest,
CancellableDependency cancellableDependency,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime,
AsyncExecChain.Scheduler scheduler,
AtomicInteger execCount) |
public final String exchangeId
public final HttpRoute route
public final HttpRequest originalRequest
public final CancellableDependency cancellableDependency
public final HttpClientContext clientContext
public final AsyncExecRuntime execRuntime
public final AsyncExecChain.Scheduler scheduler
public final AtomicInteger execCount
public Scope(String exchangeId, HttpRoute route, HttpRequest originalRequest, CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime, AsyncExecChain.Scheduler scheduler, AtomicInteger execCount)
@Deprecated public Scope(String exchangeId, HttpRoute route, HttpRequest originalRequest, CancellableDependency cancellableDependency, HttpClientContext clientContext, AsyncExecRuntime execRuntime)
Scope#Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext,
AsyncExecRuntime, Scheduler, AtomicInteger)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.