类 SignatureExec
java.lang.Object
com.wechat.pay.contrib.apache.httpclient.SignatureExec
- 所有已实现的接口:
org.apache.http.impl.execchain.ClientExecChain
public class SignatureExec
extends java.lang.Object
implements org.apache.http.impl.execchain.ClientExecChain
-
构造器概要
构造器 限定符 构造器 说明 protected
SignatureExec(Credentials credentials, Validator validator, org.apache.http.impl.execchain.ClientExecChain mainExec)
-
方法概要
修饰符和类型 方法 说明 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)
-
构造器详细资料
-
SignatureExec
protected SignatureExec(Credentials credentials, Validator validator, org.apache.http.impl.execchain.ClientExecChain mainExec)
-
-
方法详细资料
-
convertToRepeatableResponseEntity
protected void convertToRepeatableResponseEntity(org.apache.http.client.methods.CloseableHttpResponse response) throws java.io.IOException- 抛出:
java.io.IOException
-
convertToRepeatableRequestEntity
protected void convertToRepeatableRequestEntity(org.apache.http.client.methods.HttpRequestWrapper request) throws java.io.IOException- 抛出:
java.io.IOException
-
execute
public 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
在接口中org.apache.http.impl.execchain.ClientExecChain
- 抛出:
java.io.IOException
org.apache.http.HttpException
-