@Contract(threading=STATELESS) @Internal public final class MainClientExec extends Object implements ExecChainHandler
Constructor and Description |
---|
MainClientExec(HttpClientConnectionManager connectionManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
UserTokenHandler userTokenHandler) |
Modifier and Type | Method and Description |
---|---|
ClassicHttpResponse |
execute(ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain)
Executes the actual HTTP request.
|
public MainClientExec(HttpClientConnectionManager connectionManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler)
public ClassicHttpResponse execute(ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) throws IOException, HttpException
ExecChainHandler
execute
in interface ExecChainHandler
request
- the actual request.scope
- the execution scope .chain
- the next element in the request execution chain.IOException
HttpException