Skip navigation links
A C G I O P R V 

A

addToRequestQueue(<any>) - Method in class io.gloxey.gnm.app.AppController
 
AppController - Class in io.gloxey.gnm.app
 

C

ConnectionManager - Class in io.gloxey.gnm.managers
 
ConnectionManager() - Constructor for class io.gloxey.gnm.managers.ConnectionManager
 

G

getImageLoader() - Method in class io.gloxey.gnm.app.AppController
 
getInstance(Context) - Static method in class io.gloxey.gnm.app.AppController
 
getInstance() - Static method in class io.gloxey.gnm.parser.GloxeyJsonParser
 
getRequestQueue() - Method in class io.gloxey.gnm.app.AppController
 
GloxeyJsonParser - Class in io.gloxey.gnm.parser
 
GloxeyJsonParser() - Constructor for class io.gloxey.gnm.parser.GloxeyJsonParser
 

I

io.gloxey.gnm.app - package io.gloxey.gnm.app
 
io.gloxey.gnm.interfaces - package io.gloxey.gnm.interfaces
 
io.gloxey.gnm.managers - package io.gloxey.gnm.managers
 
io.gloxey.gnm.parser - package io.gloxey.gnm.parser
 
isNetwork(boolean) - Method in interface io.gloxey.gnm.interfaces.RetroResponse
 
isNetwork(boolean) - Method in interface io.gloxey.gnm.interfaces.VolleyResponse
 
isNetwork(Context) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Check network connectivity

O

onErrorResponse(VolleyError) - Method in interface io.gloxey.gnm.interfaces.VolleyResponse
 
onFailure(<any>, Throwable) - Method in interface io.gloxey.gnm.interfaces.RetroResponse
 
onResponse(<any>, <any>) - Method in interface io.gloxey.gnm.interfaces.RetroResponse
 
onResponse(String) - Method in interface io.gloxey.gnm.interfaces.VolleyResponse
 

P

parse(String, Class<T>) - Method in class io.gloxey.gnm.parser.GloxeyJsonParser
Generic method to parse all type of models Simply pass Model and Response and get parsed model :D Yahoo..........

R

retroRequest(Context, boolean, View, <any>, RetroResponse) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Generic Retrofit request
RetroResponse - Interface in io.gloxey.gnm.interfaces
Callback with generic Type to handle any class.

V

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.
A C G I O P R V 
Skip navigation links