cn.signit.sdk.http
类 HttpGetRequest

java.lang.Object
  继承者 cn.signit.sdk.http.AbstractHttpRequest
      继承者 cn.signit.sdk.http.HttpGetRequest

public class HttpGetRequest
extends AbstractHttpRequest


字段摘要
 
从类 cn.signit.sdk.http.AbstractHttpRequest 继承的字段
auth, CONNECT_TIMEOUT, DEFAULT_ENCODING, lastHttpStatusCode, lastResponseStream, READ_TIMEOUT, url, USER_AGENT
 
构造方法摘要
HttpGetRequest(String url)
           
HttpGetRequest(String url, Authentication auth)
           
HttpGetRequest(String url, Map<String,String> parameters)
           
HttpGetRequest(String url, Map<String,String> parameters, Authentication auth)
           
 
方法摘要
protected  HttpURLConnection getConnection()
           
 
从类 cn.signit.sdk.http.AbstractHttpRequest 继承的方法
doRequest, getResponseBody, getResponseCode
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HttpGetRequest

public HttpGetRequest(String url)
               throws SignitException
抛出:
SignitException

HttpGetRequest

public HttpGetRequest(String url,
                      Authentication auth)
               throws SignitException
抛出:
SignitException

HttpGetRequest

public HttpGetRequest(String url,
                      Map<String,String> parameters)
               throws SignitException
抛出:
SignitException

HttpGetRequest

public HttpGetRequest(String url,
                      Map<String,String> parameters,
                      Authentication auth)
               throws SignitException
抛出:
SignitException
方法详细信息

getConnection

protected HttpURLConnection getConnection()
                                   throws SignitException,
                                          IOException
抛出:
SignitException
IOException


Copyright © 2019. All rights reserved.