Uses of Class
com.nettoolkit.exception.ApiConnectionException
Packages that use ApiConnectionException
-
Uses of ApiConnectionException in com.nettoolkit.internal
Methods in com.nettoolkit.internal that throw ApiConnectionExceptionModifier and TypeMethodDescriptionNetToolKitClient.send(BaseApiRequest request) protected StringNetToolKitClient.sendDelete(String strPath) protected StringNetToolKitClient.sendDelete(String strPath, String strQuery) protected Stringprotected Stringprotected StringNetToolKitClient.sendHttpRequest(HttpMethod method, String strPath, String strQueryString, String strBody, HttpContentType contentType) protected StringNetToolKitClient.sendPost(String strPath, JSONObject jsonBody) protected Stringprotected StringNetToolKitClient.sendPost(String strPath, String strBody, HttpContentType contentType) protected StringNetToolKitClient.sendPut(String strPath, JSONObject jsonBody) protected Stringprotected StringNetToolKitClient.sendPut(String strPath, String strBody, HttpContentType contentType)