public class SignatureExec
extends java.lang.Object
implements org.apache.http.impl.execchain.ClientExecChain
| Modifier | Constructor and Description |
|---|---|
protected |
SignatureExec(Credentials credentials,
Validator validator,
org.apache.http.impl.execchain.ClientExecChain mainExec) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertToRepeatableRequestEntity(org.apache.http.client.methods.HttpRequestWrapper request) |
protected void |
convertToRepeatableResponseEntity(org.apache.http.client.methods.CloseableHttpResponse response) |
org.apache.http.client.methods.CloseableHttpResponse |
execute(org.apache.http.conn.routing.HttpRoute route,
org.apache.http.client.methods.HttpRequestWrapper request,
org.apache.http.client.protocol.HttpClientContext context,
org.apache.http.client.methods.HttpExecutionAware execAware) |
protected SignatureExec(Credentials credentials, Validator validator, org.apache.http.impl.execchain.ClientExecChain mainExec)
protected void convertToRepeatableResponseEntity(org.apache.http.client.methods.CloseableHttpResponse response)
throws java.io.IOException
java.io.IOExceptionprotected void convertToRepeatableRequestEntity(org.apache.http.client.methods.HttpRequestWrapper request)
throws java.io.IOException
java.io.IOExceptionpublic org.apache.http.client.methods.CloseableHttpResponse execute(org.apache.http.conn.routing.HttpRoute route,
org.apache.http.client.methods.HttpRequestWrapper request,
org.apache.http.client.protocol.HttpClientContext context,
org.apache.http.client.methods.HttpExecutionAware execAware)
throws java.io.IOException,
org.apache.http.HttpException
execute in interface org.apache.http.impl.execchain.ClientExecChainjava.io.IOExceptionorg.apache.http.HttpException