BearerJsonObjectRequest

public class BearerJsonObjectRequest extends JsonObjectRequest

Constructors

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

Functions

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