public static class TestRequest.DeprecatedPost extends Request<byte[]>
Request.Method, Request.Priority
Constructor and Description |
---|
DeprecatedPost() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
getPostParams()
Returns a Map of POST parameters to be used for this request, or null if
a simple GET should be used.
|
addMarker, cancel, compareTo, deliverError, getBody, getBodyContentType, getCacheEntry, getCacheKey, getErrorListener, getHeaders, getMethod, getParams, getParamsEncoding, getPostBody, getPostBodyContentType, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, parseNetworkError, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setTag, shouldCache, toString
protected Map<String,String> getPostParams()
Request
AuthFailureError
as
authentication may be required to provide these values.
Note that only one of getPostParams() and getPostBody() can return a non-null value.
getPostParams
in class Request<byte[]>