public abstract static class GloxeyCallback.JSONResponse
extends java.lang.Object
| Constructor and Description |
|---|
JSONResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(int statusCode,
cz.msebera.android.httpclient.Header[] headers,
byte[] bytes,
java.lang.Throwable error) |
void |
onResponse(org.json.JSONArray _response,
java.lang.String _tag) |
void |
onResponse(java.lang.String _response,
java.lang.String _tag) |
void |
onSuccess(int statusCode,
cz.msebera.android.httpclient.Header[] headers,
byte[] bytes) |
public void onResponse(java.lang.String _response,
java.lang.String _tag)
public void onResponse(org.json.JSONArray _response,
java.lang.String _tag)
public void onSuccess(int statusCode,
cz.msebera.android.httpclient.Header[] headers,
byte[] bytes)
public void onFailure(int statusCode,
cz.msebera.android.httpclient.Header[] headers,
byte[] bytes,
java.lang.Throwable error)