类 SignatureExec

  • 所有已实现的接口:
    org.apache.http.impl.execchain.ClientExecChain

    public class SignatureExec
    extends java.lang.Object
    implements org.apache.http.impl.execchain.ClientExecChain
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • 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