org.apache.http.impl.execchain
Class ProtocolExec
java.lang.Object
org.apache.http.impl.execchain.ProtocolExec
- All Implemented Interfaces:
- ClientExecChain
@Immutable
public class ProtocolExec
- extends Object
- implements ClientExecChain
- Since:
- 4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolExec
public ProtocolExec(ClientExecChain requestExecutor,
HttpProcessor httpProcessor)
execute
public CloseableHttpResponse execute(HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware)
throws IOException,
HttpException
- Specified by:
execute
in interface ClientExecChain
- Throws:
IOException
HttpException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.