@Contract(threading=STATELESS) @Internal public final class ConnectExec extends Object implements ExecChainHandler
| 构造器和说明 |
|---|
ConnectExec(ConnectionReuseStrategy reuseStrategy,
HttpProcessor proxyHttpProcessor,
AuthenticationStrategy proxyAuthStrategy,
SchemePortResolver schemePortResolver,
boolean authCachingDisabled) |
public ConnectExec(ConnectionReuseStrategy reuseStrategy, HttpProcessor proxyHttpProcessor, AuthenticationStrategy proxyAuthStrategy, SchemePortResolver schemePortResolver, boolean authCachingDisabled)
public ClassicHttpResponse execute(ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) throws IOException, HttpException
ExecChainHandlerexecute 在接口中 ExecChainHandlerrequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.IOExceptionHttpExceptionCopyright © 2023. All rights reserved.