@Contract(threading=IMMUTABLE_CONDITIONAL) public final class ConnectExec extends Object implements ExecChainHandler
| Constructor and Description |
|---|
ConnectExec(org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy,
org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor,
AuthenticationStrategy proxyAuthStrategy) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hc.core5.http.ClassicHttpResponse |
execute(org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain) |
public ConnectExec(org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy,
org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor,
AuthenticationStrategy proxyAuthStrategy)
public org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain)
throws IOException,
org.apache.hc.core5.http.HttpException
execute in interface ExecChainHandlerIOExceptionorg.apache.hc.core5.http.HttpExceptionCopyright © 1999–2018 The Apache Software Foundation. All rights reserved.