Uses of Class
com.netlang.net.NHttpException
Packages that use NHttpException
-
Uses of NHttpException in com.netlang.net
Methods in com.netlang.net that return NHttpExceptionMethods in com.netlang.net that throw NHttpExceptionModifier and TypeMethodDescriptionorg.json.JSONObjectNRestClient.deleteAsJson(String url) org.json.JSONArrayNRestClient.getAsArray(String url) org.json.JSONArrayNRestClient.getAsArray(String url, Object parm) org.json.JSONArrayNRestClient.getAsArray(String url, org.json.JSONArray json) org.json.JSONArrayNRestClient.getAsArray(String url, org.json.JSONObject json) org.json.JSONObjectorg.json.JSONObjectorg.json.JSONObjectorg.json.JSONObject<T> TNRestClient.getAsObject(String url, Class<? extends T> responseClass) <T> TNRestClient.getAsObject(String url, Object parm, Class<? extends T> responseClass) <T> TNRestClient.getAsObject(String url, org.json.JSONArray json, Class<? extends T> responseClass) <T> TNRestClient.getAsObject(String url, org.json.JSONObject json, Class<? extends T> responseClass) <T> Torg.json.JSONArrayNRestClient.getGetAsArray(String url, org.json.JSONObject json) <T> List<T><T> com.netlang.api.model.QueryResultSet<T><T> TNRestClient.patchAsObject(String url, Class<? extends T> responseClass) <T> TNRestClient.patchAsObject(String url, Object parm, Class<? extends T> responseClass) <T> TNRestClient.patchAsObject(String url, org.json.JSONArray json, Class<? extends T> responseClass) <T> TNRestClient.patchAsObject(String url, org.json.JSONObject json, Class<? extends T> responseClass) org.json.JSONObjectorg.json.JSONObjectvoidNRestClient.patchJsonGetEmpty(String url, org.json.JSONArray json) voidNRestClient.patchJsonGetEmpty(String url, org.json.JSONObject json) <T> TNRestClient.postAsObject(String url, Class<? extends T> responseClass) <T> TNRestClient.postAsObject(String url, Object parm, Class<? extends T> responseClass) <T> TNRestClient.postAsObject(String url, org.json.JSONArray json, Class<? extends T> responseClass) <T> TNRestClient.postAsObject(String url, org.json.JSONObject json, Class<? extends T> responseClass) org.json.JSONObjectorg.json.JSONObjectvoidNRestClient.postJsonGetEmpty(String url, org.json.JSONArray json) voidNRestClient.postJsonGetEmpty(String url, org.json.JSONObject json) org.json.JSONArrayNRestClient.putGetAsArray(String url, Object parm) org.json.JSONArrayNRestClient.putGetAsArray(String url, org.json.JSONArray json) org.json.JSONObjectNRestClient.putGetAsJson(String url, Object parm) org.json.JSONObjectNRestClient.putGetAsJson(String url, org.json.JSONArray json) org.json.JSONObjectNRestClient.putGetAsJson(String url, org.json.JSONObject json) <T> TNRestClient.putGetAsObject(String url, Object parm, Class<? extends T> responseClass) <T> TNRestClient.putGetAsObject(String url, org.json.JSONArray json, Class<? extends T> responseClass) <T> TNRestClient.putGetAsObject(String url, org.json.JSONObject json, Class<? extends T> responseClass) org.json.JSONArrayNRestClient.putJsonGetArray(String url, org.json.JSONArray json) org.json.JSONArrayNRestClient.putJsonGetArray(String url, org.json.JSONObject json)