BearerHeadersRequest

public class BearerHeadersRequest extends JsonObjectRequest

Constructors

BearerHeadersRequest
Link copied to clipboard
void BearerHeadersRequest(int method, String url, JSONObject jsonRequest, Session session, @NonNull() GiniApiType giniApiType, Response.Listener<JSONObject> listener, Response.ErrorListener errorListener, RetryPolicy retryPolicy)
BearerHeadersRequest
Link copied to clipboard
void BearerHeadersRequest(int method, String url, JSONObject jsonRequest, Session session, @NonNull() GiniApiType giniApiType, Response.Listener<JSONObject> listener, Response.ErrorListener errorListener, RetryPolicy retryPolicy, @Nullable() String contentType)

Functions

addMarker
Link copied to clipboard
void addMarker(String tag)
cancel
Link copied to clipboard
void cancel()
compareTo
Link copied to clipboard
int compareTo(Request<T> other)
deliverError
Link copied to clipboard
void deliverError(VolleyError error)
getBody
Link copied to clipboard
Array<byte> getBody()
getBodyContentType
Link copied to clipboard
String getBodyContentType()
getCacheEntry
Link copied to clipboard
Cache.Entry getCacheEntry()
getCacheKey
Link copied to clipboard
String getCacheKey()
getErrorListener
Link copied to clipboard
Response.ErrorListener getErrorListener()
getHeaders
Link copied to clipboard
Map<String, StringgetHeaders()
getMethod
Link copied to clipboard
int getMethod()
getPostBody
Link copied to clipboard
Array<byte> getPostBody()
getPostBodyContentType
Link copied to clipboard
String getPostBodyContentType()
getPriority
Link copied to clipboard
Request.Priority getPriority()
getRetryPolicy
Link copied to clipboard
RetryPolicy getRetryPolicy()
getSequence
Link copied to clipboard
final int getSequence()
getTag
Link copied to clipboard
Object getTag()
getTimeoutMs
Link copied to clipboard
final int getTimeoutMs()
getTrafficStatsTag
Link copied to clipboard
int getTrafficStatsTag()
getUrl
Link copied to clipboard
String getUrl()
hasHadResponseDelivered
Link copied to clipboard
boolean hasHadResponseDelivered()
isCanceled
Link copied to clipboard
boolean isCanceled()
markDelivered
Link copied to clipboard
void markDelivered()
setCacheEntry
Link copied to clipboard
Request<? extends ObjectsetCacheEntry(Cache.Entry entry)
setRequestQueue
Link copied to clipboard
Request<? extends ObjectsetRequestQueue(RequestQueue requestQueue)
setRetryPolicy
Link copied to clipboard
Request<? extends ObjectsetRetryPolicy(RetryPolicy retryPolicy)
setSequence
Link copied to clipboard
final Request<? extends ObjectsetSequence(int sequence)
setShouldCache
Link copied to clipboard
final Request<? extends ObjectsetShouldCache(boolean shouldCache)
setShouldRetryConnectionErrors
Link copied to clipboard
final Request<? extends ObjectsetShouldRetryConnectionErrors(boolean shouldRetryConnectionErrors)
setShouldRetryServerErrors
Link copied to clipboard
final Request<? extends ObjectsetShouldRetryServerErrors(boolean shouldRetryServerErrors)
setTag
Link copied to clipboard
Request<? extends ObjectsetTag(Object tag)
shouldCache
Link copied to clipboard
final boolean shouldCache()
shouldRetryConnectionErrors
Link copied to clipboard
final boolean shouldRetryConnectionErrors()
shouldRetryServerErrors
Link copied to clipboard
final boolean shouldRetryServerErrors()
toString
Link copied to clipboard
String toString()