Skip navigation links
A C G H I J L N O P S T U V 

A

addToRequestQueue(<any>, String) - Method in class io.gloxey.gnm.app.AppController
 
allowAllSSL() - Static method in class io.gloxey.gnm.managers.HttpsTrustManager
 
AppController - Class in io.gloxey.gnm.app
 
ArrayResponse() - Constructor for class io.gloxey.gnm.interfaces.GloxeyCallback.ArrayResponse
 

C

cancelPendingRequests(Object) - Method in class io.gloxey.gnm.app.AppController
 
cancelPendingRequests(Context, String) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Cancel Pending Request
checkClientTrusted(X509Certificate[], String) - Method in class io.gloxey.gnm.managers.HttpsTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class io.gloxey.gnm.managers.HttpsTrustManager
 
ConnectionDetector - Class in io.gloxey.gnm.managers
 
ConnectionDetector.ConnectionReceiverListener - Interface in io.gloxey.gnm.managers
 
ConnectionManager - Class in io.gloxey.gnm.managers
 
ConnectionManager() - Constructor for class io.gloxey.gnm.managers.ConnectionManager
 

G

getAcceptedIssuers() - Method in class io.gloxey.gnm.managers.HttpsTrustManager
 
getConnectedNetworkName(Context) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Get Name of connected network Wifi or Mobile
getConnectionReceiverListener() - Method in class io.gloxey.gnm.managers.ConnectionDetector
 
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.managers.ConnectionDetector
 
getInstance() - Static method in class io.gloxey.gnm.parser.GloxeyJsonParser
 
getRequestQueue() - Method in class io.gloxey.gnm.app.AppController
 
GloxeyCallback - Class in io.gloxey.gnm.interfaces
 
GloxeyCallback() - Constructor for class io.gloxey.gnm.interfaces.GloxeyCallback
 
GloxeyCallback.ArrayResponse - Class in io.gloxey.gnm.interfaces
Volley Array Response
GloxeyCallback.JSONResponse - Class in io.gloxey.gnm.interfaces
Volley JSON Response
GloxeyCallback.LoopJMultiPartFileUpload - Class in io.gloxey.gnm.interfaces
 
GloxeyCallback.StringResponse - Class in io.gloxey.gnm.interfaces
Volley String Response
GloxeyJsonParser - Class in io.gloxey.gnm.parser
 
GloxeyJsonParser() - Constructor for class io.gloxey.gnm.parser.GloxeyJsonParser
 

H

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

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
 
io.gloxey.gnm.receiver - package io.gloxey.gnm.receiver
 
isClientTrusted(X509Certificate[]) - Method in class io.gloxey.gnm.managers.HttpsTrustManager
 
isMobileConnected(Context) - Static method in class io.gloxey.gnm.managers.ConnectionManager
 
isNetwork(boolean) - Method in interface io.gloxey.gnm.managers.ConnectionDetector.ConnectionReceiverListener
 
isNetwork(Context) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Check network connectivity
isServerTrusted(X509Certificate[]) - Method in class io.gloxey.gnm.managers.HttpsTrustManager
 
isWifiConnected(Context) - Static method in class io.gloxey.gnm.managers.ConnectionManager
 

J

JSONResponse() - Constructor for class io.gloxey.gnm.interfaces.GloxeyCallback.JSONResponse
 

L

LoopJMultiPartFileUpload() - Constructor for class io.gloxey.gnm.interfaces.GloxeyCallback.LoopJMultiPartFileUpload
 

N

NetworkConnectivityReceiver - Class in io.gloxey.gnm.receiver
 
NetworkConnectivityReceiver() - Constructor for class io.gloxey.gnm.receiver.NetworkConnectivityReceiver
 

O

onErrorResponse(VolleyError, boolean, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.LoopJMultiPartFileUpload
 
onFailure(int, cz.msebera.android.httpclient.Header[], byte[], Throwable) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.ArrayResponse
 
onFailure(int, cz.msebera.android.httpclient.Header[], byte[], Throwable) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.JSONResponse
 
onFailure(int, cz.msebera.android.httpclient.Header[], byte[], Throwable) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.StringResponse
 
onReceive(Context, Intent) - Method in class io.gloxey.gnm.receiver.NetworkConnectivityReceiver
 
onResponse(JSONObject, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.ArrayResponse
 
onResponse(String, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.ArrayResponse
 
onResponse(String, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.JSONResponse
 
onResponse(JSONArray, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.JSONResponse
 
onResponse(JSONObject, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.LoopJMultiPartFileUpload
 
onResponse(JSONArray, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.LoopJMultiPartFileUpload
 
onResponse(String, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.LoopJMultiPartFileUpload
 
onResponse(JSONObject, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.StringResponse
 
onResponse(JSONArray, String) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.StringResponse
 
onSuccess(int, cz.msebera.android.httpclient.Header[], byte[]) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.ArrayResponse
 
onSuccess(int, cz.msebera.android.httpclient.Header[], byte[]) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.JSONResponse
 
onSuccess(int, cz.msebera.android.httpclient.Header[], byte[]) - Method in class io.gloxey.gnm.interfaces.GloxeyCallback.StringResponse
 

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..........

S

setConnectionReceiverListener(ConnectionDetector.ConnectionReceiverListener) - Method in class io.gloxey.gnm.managers.ConnectionDetector
 
StringResponse() - Constructor for class io.gloxey.gnm.interfaces.GloxeyCallback.StringResponse
 

T

TAG - Static variable in class io.gloxey.gnm.app.AppController
Log or request TAG

U

uploadMultiPartFiles(Context, boolean, View, String, RequestParams, String, GloxeyCallback.LoopJMultiPartFileUpload) - Static method in class io.gloxey.gnm.managers.ConnectionManager
 
uploadMultiPartFiles(Context, boolean, View, String, RequestParams, String, int, GloxeyCallback.LoopJMultiPartFileUpload) - Static method in class io.gloxey.gnm.managers.ConnectionManager
Set both the connection and socket timeouts.

V

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
A C G H I J L N O P S T U V 
Skip navigation links