public static final class AsyncExecChain.Scope extends Object
| 构造器和说明 |
|---|
Scope(String exchangeId,
HttpRoute route,
HttpRequest originalRequest,
CancellableDependency cancellableDependency,
HttpClientContext clientContext,
AsyncExecRuntime execRuntime)
已过时。
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 © 2023. All rights reserved.