类 Client
- java.lang.Object
-
- com.codeages.escloud.httpClient.Client
-
public class Client extends Object
-
-
方法详细资料
-
request
public String request(String method, String uri, Map<String,String> params, Map<String,String> headers) throws UnsupportedEncodingException, URISyntaxException, org.json.JSONException
- 抛出:
UnsupportedEncodingExceptionURISyntaxExceptionorg.json.JSONException
-
request
public String request(String method, String uri, byte[] body, Map<String,String> headers) throws URISyntaxException, org.json.JSONException
- 抛出:
URISyntaxExceptionorg.json.JSONException
-
-