@Contract(threading=STATELESS) @Internal public final class MainClientExec extends Object implements ExecChainHandler
| 构造器和说明 |
|---|
MainClientExec(HttpClientConnectionManager connectionManager,
HttpProcessor httpProcessor,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
UserTokenHandler userTokenHandler) |
public MainClientExec(HttpClientConnectionManager connectionManager, HttpProcessor httpProcessor, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler)
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.