类 BaseService
- java.lang.Object
-
- com.codeages.escloud.service.BaseService
-
- 直接已知子类:
PlayService,ResourceService
public class BaseService extends Object
-
-
构造器概要
构造器 构造器 说明 BaseService()
-
-
-
方法详细资料
-
createClient
protected Client createClient()
-
setClient
public void setClient(Client client)
-
request
protected String request(String method, String uri, Map<String,String> params, Map<String,String> headers, String node) throws URISyntaxException, UnsupportedEncodingException, org.json.JSONException
- 抛出:
URISyntaxExceptionUnsupportedEncodingExceptionorg.json.JSONException
-
-