类 AbstractClientService

java.lang.Object
org.to2mbn.jmccc.auth.yggdrasil.core.io.AbstractClientService

public class AbstractClientService extends Object
  • 字段详细资料

  • 构造器详细资料

    • AbstractClientService

      public AbstractClientService(HttpRequester requester)
  • 方法详细资料

    • 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.AuthenticationException
      org.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.AuthenticationException
      org.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.AuthenticationException
      org.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.AuthenticationException
      org.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.AuthenticationException
      org.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