| Package | Description |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Request.getBody()
Returns the raw POST or PUT body to be sent.
|
Map<String,String> |
Request.getHeaders()
Returns a list of extra HTTP headers to go along with this request.
|
protected Map<String,String> |
Request.getParams()
Returns a Map of parameters to be used for a POST or PUT request.
|
byte[] |
Request.getPostBody()
Deprecated.
Use
Request.getBody() instead. |
protected Map<String,String> |
Request.getPostParams()
Deprecated.
Use
Request.getParams() instead. |
| Modifier and Type | Method and Description |
|---|---|
String |
Authenticator.getAuthToken()
Synchronously retrieves an auth token.
|
String |
AndroidAuthenticator.getAuthToken() |
org.apache.http.HttpResponse |
HurlStack.performRequest(Request<?> request,
Map<String,String> additionalHeaders) |
org.apache.http.HttpResponse |
HttpStack.performRequest(Request<?> request,
Map<String,String> additionalHeaders)
Performs an HTTP request with the given parameters.
|
org.apache.http.HttpResponse |
HttpClientStack.performRequest(Request<?> request,
Map<String,String> additionalHeaders) |
Copyright © 2014. All rights reserved.