类 AbstractClientService
java.lang.Object
org.to2mbn.jmccc.auth.yggdrasil.core.io.AbstractClientService
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected <R> RinvokeOperation(Callable<R> operation) protected org.to2mbn.jmccc.internal.org.json.JSONArraynullableJsonArray(Object response) protected org.to2mbn.jmccc.internal.org.json.JSONObjectnullableJsonObject(Object response) protected voidrequireEmpty(Object response) protected org.to2mbn.jmccc.internal.org.json.JSONArrayrequireJsonArray(Object response) protected org.to2mbn.jmccc.internal.org.json.JSONObjectrequireJsonObject(Object response)
-
字段详细资料
-
requester
-
-
构造器详细资料
-
AbstractClientService
-
-
方法详细资料
-
nullableJsonObject
protected org.to2mbn.jmccc.internal.org.json.JSONObject nullableJsonObject(Object response) throws org.to2mbn.jmccc.auth.AuthenticationException, org.to2mbn.jmccc.internal.org.json.JSONException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationExceptionorg.to2mbn.jmccc.internal.org.json.JSONException
-
nullableJsonArray
protected org.to2mbn.jmccc.internal.org.json.JSONArray nullableJsonArray(Object response) throws org.to2mbn.jmccc.auth.AuthenticationException, org.to2mbn.jmccc.internal.org.json.JSONException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationExceptionorg.to2mbn.jmccc.internal.org.json.JSONException
-
requireJsonObject
protected org.to2mbn.jmccc.internal.org.json.JSONObject requireJsonObject(Object response) throws org.to2mbn.jmccc.auth.AuthenticationException, org.to2mbn.jmccc.internal.org.json.JSONException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationExceptionorg.to2mbn.jmccc.internal.org.json.JSONException
-
requireJsonArray
protected org.to2mbn.jmccc.internal.org.json.JSONArray requireJsonArray(Object response) throws org.to2mbn.jmccc.auth.AuthenticationException, org.to2mbn.jmccc.internal.org.json.JSONException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationExceptionorg.to2mbn.jmccc.internal.org.json.JSONException
-
requireEmpty
protected void requireEmpty(Object response) throws org.to2mbn.jmccc.auth.AuthenticationException, org.to2mbn.jmccc.internal.org.json.JSONException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationExceptionorg.to2mbn.jmccc.internal.org.json.JSONException
-
invokeOperation
protected <R> R invokeOperation(Callable<R> operation) throws org.to2mbn.jmccc.auth.AuthenticationException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationException
-