- volleyRequest(Context, boolean, View, String, int, HashMap<String, String>, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request without header
- volleyRequest(Context, boolean, View, String, int, HashMap<String, String>, HashMap<String, String>, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Post/put/delete request with header
- volleyRequest(Context, boolean, View, String, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley Get request without header and params
- volleyRequestJSON(Context, boolean, View, String, JSONObject, int, HashMap<String, String>, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JsonObjectRequest
Method POST / PUT / DELETE with header
- volleyRequestJSON(Context, View, boolean, String, JSONObject, int, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
Volley JSON object request
Method Post / PUT / DELETE without header
- volleyRequestJSON(Context, boolean, View, String, VolleyResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
-
VOlley JsonObjectRequest
Method GET
- VolleyResponse - Interface in io.gloxey.gnm.interfaces
-
Callback with generic Type to handle any class.