- volleyJSONArrayRequest(Context, boolean, View, String, int, JSONArray, String, GloxeyCallback.ArrayResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request without header
- volleyJSONArrayRequest(Context, boolean, View, String, int, JSONArray, HashMap<String, String>, String, GloxeyCallback.ArrayResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request with header
- volleyJSONArrayRequest(Context, boolean, View, String, String, GloxeyCallback.ArrayResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Get request without header
- volleyJSONRequest(Context, boolean, View, String, int, JSONObject, HashMap<String, String>, String, GloxeyCallback.JSONResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JsonObjectRequest
Method POST / PUT / DELETE with header
- volleyJSONRequest(Context, boolean, View, String, int, JSONObject, String, GloxeyCallback.JSONResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JSON object request
Method Post / PUT / DELETE without header
- volleyJSONRequest(Context, boolean, View, String, String, GloxeyCallback.JSONResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JSON object request without header
Method GET
- volleyJSONRequest(Context, boolean, View, String, HashMap<String, String>, String, GloxeyCallback.JSONResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JSON object request with header
Method GET
- volleyStringRequest(Context, boolean, View, String, int, HashMap<String, String>, String, GloxeyCallback.StringResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request without header
- volleyStringRequest(Context, boolean, View, String, int, HashMap<String, String>, HashMap<String, String>, String, GloxeyCallback.StringResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request with header
- volleyStringRequest(Context, boolean, View, String, String, GloxeyCallback.StringResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Get request without header
- volleyStringRequest(Context, boolean, View, String, HashMap<String, String>, String, GloxeyCallback.StringResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Get request with header
- volleyStringRequest(Context, boolean, View, String, HashMap<String, String>, String, GloxeyCallback.ArrayResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Get request with header