@Contract(threading=STATELESS) @Internal public final class AsyncConnectExec extends Object implements AsyncExecChainHandler
| Constructor and Description | 
|---|
| AsyncConnectExec(HttpProcessor proxyHttpProcessor,
                AuthenticationStrategy proxyAuthStrategy,
                SchemePortResolver schemePortResolver,
                boolean authCachingDisabled) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(HttpRequest request,
       AsyncEntityProducer entityProducer,
       AsyncExecChain.Scope scope,
       AsyncExecChain chain,
       AsyncExecCallback asyncExecCallback)Executes the actual HTTP request. | 
public AsyncConnectExec(HttpProcessor proxyHttpProcessor, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
public void execute(HttpRequest request, AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecChain chain, AsyncExecCallback asyncExecCallback) throws HttpException, IOException
AsyncExecChainHandlerexecute in interface AsyncExecChainHandlerrequest - the actual request.entityProducer - the request entity producer or null if the request
                      does not enclose an entity.scope - the execution scope .chain - the next element in the request execution chain.asyncExecCallback - the execution callback.HttpExceptionIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.