Package net.gini.android.requests
Class BearerLocationRequest
- java.lang.Object
-
- com.android.volley.Request<T>
-
- com.android.volley.toolbox.JsonRequest<android.net.Uri>
-
- net.gini.android.requests.BearerLocationRequest
-
- All Implemented Interfaces:
java.lang.Comparable<com.android.volley.Request<android.net.Uri>>
- Direct Known Subclasses:
BearerUploadRequest
public class BearerLocationRequest extends com.android.volley.toolbox.JsonRequest<android.net.Uri>
-
-
Constructor Summary
Constructors Constructor Description BearerLocationRequest(int method, java.lang.String url, org.json.JSONObject jsonRequest, Session session, com.android.volley.Response.Listener<android.net.Uri> listener, com.android.volley.Response.ErrorListener errorListener, com.android.volley.RetryPolicy retryPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getHeaders()
protected com.android.volley.Response<android.net.Uri>
parseNetworkResponse(com.android.volley.NetworkResponse response)
-
Methods inherited from class com.android.volley.toolbox.JsonRequest
cancel, deliverResponse, getBody, getBodyContentType, getPostBody, getPostBodyContentType
-
Methods inherited from class com.android.volley.Request
addMarker, compareTo, deliverError, getCacheEntry, getCacheKey, getErrorListener, getMethod, getParams, getParamsEncoding, getPostParams, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, parseNetworkError, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setShouldRetryConnectionErrors, setShouldRetryServerErrors, setTag, shouldCache, shouldRetryConnectionErrors, shouldRetryServerErrors, toString
-
-
-
-
Constructor Detail
-
BearerLocationRequest
public BearerLocationRequest(int method, java.lang.String url, org.json.JSONObject jsonRequest, Session session, com.android.volley.Response.Listener<android.net.Uri> listener, com.android.volley.Response.ErrorListener errorListener, com.android.volley.RetryPolicy retryPolicy)
-
-
Method Detail
-
getHeaders
public java.util.Map<java.lang.String,java.lang.String> getHeaders()
- Overrides:
getHeaders
in classcom.android.volley.Request<android.net.Uri>
-
parseNetworkResponse
protected com.android.volley.Response<android.net.Uri> parseNetworkResponse(com.android.volley.NetworkResponse response)
- Specified by:
parseNetworkResponse
in classcom.android.volley.toolbox.JsonRequest<android.net.Uri>
-
-