A B C D E F G H I J L M N O P Q R S T V W 

A

add(Request<T>) - 类 中的方法com.android.volley.RequestQueue
Adds a Request to the dispatch queue.
addMarker(String) - 类 中的方法com.android.volley.Request
Adds an event to this request's event log; for debugging.
AndroidAuthenticator - com.android.volley.toolbox中的类
An Authenticator that uses AccountManager to get auth tokens of a specified type for a specified account.
AndroidAuthenticator(Context, Account, String) - 类 的构造器com.android.volley.toolbox.AndroidAuthenticator
Creates a new authenticator.
AndroidAuthenticator(Context, Account, String, boolean) - 类 的构造器com.android.volley.toolbox.AndroidAuthenticator
Creates a new authenticator.
apply(Request<?>) - 接口 中的方法com.android.volley.RequestQueue.RequestFilter
 
Authenticator - com.android.volley.toolbox中的接口
An interface for interacting with auth tokens.
AuthFailureError - com.android.volley中的异常错误
Error indicating that there was an authentication failure when performing a Request.
AuthFailureError() - 异常错误 的构造器com.android.volley.AuthFailureError
 
AuthFailureError(Intent) - 异常错误 的构造器com.android.volley.AuthFailureError
 
AuthFailureError(NetworkResponse) - 异常错误 的构造器com.android.volley.AuthFailureError
 
AuthFailureError(String) - 异常错误 的构造器com.android.volley.AuthFailureError
 
AuthFailureError(String, Exception) - 异常错误 的构造器com.android.volley.AuthFailureError
 

B

BasicNetwork - com.android.volley.toolbox中的类
A network performing Volley requests over an HttpStack.
BasicNetwork(HttpStack) - 类 的构造器com.android.volley.toolbox.BasicNetwork
 
BasicNetwork(HttpStack, ByteArrayPool) - 类 的构造器com.android.volley.toolbox.BasicNetwork
 
BUF_COMPARATOR - 类 中的静态变量com.android.volley.toolbox.ByteArrayPool
Compares buffers by size
ByteArrayPool - com.android.volley.toolbox中的类
ByteArrayPool is a source and repository of byte[] objects.
ByteArrayPool(int) - 类 的构造器com.android.volley.toolbox.ByteArrayPool
 

C

Cache - com.android.volley中的接口
An interface for a cache keyed by a String with a byte array as data.
Cache.Entry - com.android.volley中的类
Data and metadata for an entry returned by the cache.
Cache.Entry() - 类 的构造器com.android.volley.Cache.Entry
 
CacheDispatcher - com.android.volley中的类
Provides a thread for performing cache triage on a queue of requests.
CacheDispatcher(BlockingQueue<Request<?>>, BlockingQueue<Request<?>>, Cache, ResponseDelivery) - 类 的构造器com.android.volley.CacheDispatcher
Creates a new cache triage dispatcher thread.
cacheEntry - 类 中的变量com.android.volley.Response
Cache metadata for this response, or null in the case of error.
cancel() - 类 中的方法com.android.volley.Request
Mark this request as canceled.
cancel(boolean) - 类 中的方法com.android.volley.toolbox.RequestFuture
 
cancelAll(RequestQueue.RequestFilter) - 类 中的方法com.android.volley.RequestQueue
Cancels all requests in this queue for which the given filter applies.
cancelAll(Object) - 类 中的方法com.android.volley.RequestQueue
Cancels all requests in this queue with the given tag.
cancelRequest() - 类 中的方法com.android.volley.toolbox.ImageLoader.ImageContainer
Releases interest in the in-flight request (and cancels it if no one else is listening).
clear() - 接口 中的方法com.android.volley.Cache
Empties the cache.
clear() - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Clears the cache.
clear() - 类 中的方法com.android.volley.toolbox.NoCache
 
ClearCacheRequest - com.android.volley.toolbox中的类
A synthetic request used for clearing the cache.
ClearCacheRequest(Cache, Runnable) - 类 的构造器com.android.volley.toolbox.ClearCacheRequest
Creates a synthetic request for clearing the cache.
close() - 类 中的方法com.android.volley.toolbox.PoolingByteArrayOutputStream
 
com.android.volley - 程序包 com.android.volley
 
com.android.volley.toolbox - 程序包 com.android.volley.toolbox
 
compareTo(Request<T>) - 类 中的方法com.android.volley.Request
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.
createConnection(URL) - 类 中的方法com.android.volley.toolbox.HurlStack
Create an HttpURLConnection for the specified url.

D

d(String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
data - 类 中的变量com.android.volley.Cache.Entry
The data returned from cache.
data - 类 中的变量com.android.volley.NetworkResponse
Raw data from this response.
DEBUG - 类 中的静态变量com.android.volley.toolbox.BasicNetwork
 
DEBUG - 类 中的静态变量com.android.volley.VolleyLog
 
DEFAULT_BACKOFF_MULT - 类 中的静态变量com.android.volley.DefaultRetryPolicy
The default backoff multiplier
DEFAULT_MAX_RETRIES - 类 中的静态变量com.android.volley.DefaultRetryPolicy
The default number of retries
DEFAULT_TIMEOUT_MS - 类 中的静态变量com.android.volley.DefaultRetryPolicy
The default socket timeout in milliseconds
DefaultRetryPolicy - com.android.volley中的类
Default retry policy for requests.
DefaultRetryPolicy() - 类 的构造器com.android.volley.DefaultRetryPolicy
Constructs a new retry policy using the default timeouts.
DefaultRetryPolicy(int, int, float) - 类 的构造器com.android.volley.DefaultRetryPolicy
Constructs a new retry policy.
DELETE - 接口 中的静态变量com.android.volley.Request.Method
 
deliverError(VolleyError) - 类 中的方法com.android.volley.Request
Delivers error message to the ErrorListener that the Request was initialized with.
deliverResponse(T) - 类 中的方法com.android.volley.Request
Subclasses must implement this to perform delivery of the parsed response to their listeners.
deliverResponse(Object) - 类 中的方法com.android.volley.toolbox.ClearCacheRequest
 
deliverResponse(Bitmap) - 类 中的方法com.android.volley.toolbox.ImageRequest
 
deliverResponse(T) - 类 中的方法com.android.volley.toolbox.JsonRequest
 
deliverResponse(String) - 类 中的方法com.android.volley.toolbox.StringRequest
 
DEPRECATED_GET_OR_POST - 接口 中的静态变量com.android.volley.Request.Method
 
DiskBasedCache - com.android.volley.toolbox中的类
Cache implementation that caches files directly onto the hard disk in the specified directory.
DiskBasedCache(File, int) - 类 的构造器com.android.volley.toolbox.DiskBasedCache
Constructs an instance of the DiskBasedCache at the specified directory.
DiskBasedCache(File) - 类 的构造器com.android.volley.toolbox.DiskBasedCache
Constructs an instance of the DiskBasedCache at the specified directory using the default maximum cache size of 5MB.
drawableStateChanged() - 类 中的方法com.android.volley.toolbox.NetworkImageView
 

E

e(String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
e(Throwable, String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
error - 类 中的变量com.android.volley.Response
Detailed error information if errorCode !
error(VolleyError) - 类 中的静态方法com.android.volley.Response
Returns a failed response containing the given error code and an optional localized message displayed to the user.
etag - 类 中的变量com.android.volley.Cache.Entry
ETag for cache coherency.
ExecutorDelivery - com.android.volley中的类
Delivers responses and errors.
ExecutorDelivery(Handler) - 类 的构造器com.android.volley.ExecutorDelivery
Creates a new response delivery interface.
ExecutorDelivery(Executor) - 类 的构造器com.android.volley.ExecutorDelivery
Creates a new response delivery interface, mockable version for testing.

F

finalize() - 类 中的方法com.android.volley.toolbox.PoolingByteArrayOutputStream
 

G

get(String) - 接口 中的方法com.android.volley.Cache
Retrieves an entry from the cache.
GET - 接口 中的静态变量com.android.volley.Request.Method
 
get(String) - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Returns the cache entry with the specified key if it exists, null otherwise.
get(String, ImageLoader.ImageListener) - 类 中的方法com.android.volley.toolbox.ImageLoader
Returns an ImageContainer for the requested URL.
get(String, ImageLoader.ImageListener, int, int) - 类 中的方法com.android.volley.toolbox.ImageLoader
Issues a bitmap request with the given URL if that image is not available in the cache, and returns a bitmap container that contains all of the data relating to the request (as well as the default image if the requested image is not available).
get(String) - 类 中的方法com.android.volley.toolbox.NoCache
 
get() - 类 中的方法com.android.volley.toolbox.RequestFuture
 
get(long, TimeUnit) - 类 中的方法com.android.volley.toolbox.RequestFuture
 
getAccount() - 类 中的方法com.android.volley.toolbox.AndroidAuthenticator
Returns the Account being used by this authenticator.
getAuthToken() - 类 中的方法com.android.volley.toolbox.AndroidAuthenticator
 
getAuthToken() - 接口 中的方法com.android.volley.toolbox.Authenticator
Synchronously retrieves an auth token.
getBitmap(String) - 接口 中的方法com.android.volley.toolbox.ImageLoader.ImageCache
 
getBitmap() - 类 中的方法com.android.volley.toolbox.ImageLoader.ImageContainer
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
getBody() - 类 中的方法com.android.volley.Request
Returns the raw POST or PUT body to be sent.
getBody() - 类 中的方法com.android.volley.toolbox.JsonRequest
 
getBodyContentType() - 类 中的方法com.android.volley.Request
 
getBodyContentType() - 类 中的方法com.android.volley.toolbox.JsonRequest
 
getBuf(int) - 类 中的方法com.android.volley.toolbox.ByteArrayPool
Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available.
getCache() - 类 中的方法com.android.volley.RequestQueue
Gets the Cache instance being used.
getCacheEntry() - 类 中的方法com.android.volley.Request
Returns the annotated cache entry, or null if there isn't one.
getCacheKey() - 类 中的方法com.android.volley.Request
Returns the cache key for this request.
getCurrentRetryCount() - 类 中的方法com.android.volley.DefaultRetryPolicy
Returns the current retry count.
getCurrentRetryCount() - 接口 中的方法com.android.volley.RetryPolicy
Returns the current retry count (used for logging).
getCurrentTimeout() - 类 中的方法com.android.volley.DefaultRetryPolicy
Returns the current timeout.
getCurrentTimeout() - 接口 中的方法com.android.volley.RetryPolicy
Returns the current timeout (used for logging).
getFileForKey(String) - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Returns a file object for the given cache key.
getHeaders() - 类 中的方法com.android.volley.Request
Returns a list of extra HTTP headers to go along with this request.
getImageListener(ImageView, int, int) - 类 中的静态方法com.android.volley.toolbox.ImageLoader
The default implementation of ImageListener which handles basic functionality of showing a default image until the network response is received, at which point it will switch to either the actual image or the error image.
getMessage() - 异常错误 中的方法com.android.volley.AuthFailureError
 
getMethod() - 类 中的方法com.android.volley.Request
Return the method for this request.
getMethod() - 类 中的方法com.android.volley.toolbox.HttpClientStack.HttpPatch
 
getOriginUrl() - 类 中的方法com.android.volley.Request
Returns the URL of the request before any redirects have occurred.
getParams() - 类 中的方法com.android.volley.Request
Returns a Map of parameters to be used for a POST or PUT request.
getParamsEncoding() - 类 中的方法com.android.volley.Request
Returns which encoding should be used when converting POST or PUT parameters returned by Request.getParams() into a raw POST or PUT body.
getPostBody() - 类 中的方法com.android.volley.Request
已过时。
Use Request.getBody() instead.
getPostBody() - 类 中的方法com.android.volley.toolbox.JsonRequest
已过时。
getPostBodyContentType() - 类 中的方法com.android.volley.Request
已过时。
getPostBodyContentType() - 类 中的方法com.android.volley.toolbox.JsonRequest
getPostParams() - 类 中的方法com.android.volley.Request
已过时。
Use Request.getParams() instead.
getPostParamsEncoding() - 类 中的方法com.android.volley.Request
已过时。
getPriority() - 类 中的方法com.android.volley.Request
Returns the Request.Priority of this request; Request.Priority.NORMAL by default.
getPriority() - 类 中的方法com.android.volley.toolbox.ClearCacheRequest
 
getPriority() - 类 中的方法com.android.volley.toolbox.ImageRequest
 
getRequestUrl() - 类 中的方法com.android.volley.toolbox.ImageLoader.ImageContainer
Returns the requested URL for this container.
getResolutionIntent() - 异常错误 中的方法com.android.volley.AuthFailureError
 
getRetryPolicy() - 类 中的方法com.android.volley.Request
Returns the retry policy that should be used for this request.
getSequence() - 类 中的方法com.android.volley.Request
Returns the sequence number of this request.
getSequenceNumber() - 类 中的方法com.android.volley.RequestQueue
Gets a sequence number.
getTag() - 类 中的方法com.android.volley.Request
Returns this request's tag.
getTimeoutMs() - 类 中的方法com.android.volley.Request
Returns the socket timeout in milliseconds per retry attempt.
getTrafficStatsTag() - 类 中的方法com.android.volley.Request
 
getUrl() - 类 中的方法com.android.volley.Request
Returns the URL of this request.

H

hasAttemptRemaining() - 类 中的方法com.android.volley.DefaultRetryPolicy
Returns true if this policy has attempts remaining, false otherwise.
hasHadResponseDelivered() - 类 中的方法com.android.volley.Request
Returns true if this request has had a response delivered for it.
HEAD - 接口 中的静态变量com.android.volley.Request.Method
 
headers - 类 中的变量com.android.volley.NetworkResponse
Response headers.
HttpClientStack - com.android.volley.toolbox中的类
An HttpStack that performs request over an HttpClient.
HttpClientStack(HttpClient) - 类 的构造器com.android.volley.toolbox.HttpClientStack
 
HttpClientStack.HttpPatch - com.android.volley.toolbox中的类
The HttpPatch class does not exist in the Android framework, so this has been defined here.
HttpClientStack.HttpPatch() - 类 的构造器com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpClientStack.HttpPatch(URI) - 类 的构造器com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpClientStack.HttpPatch(String) - 类 的构造器com.android.volley.toolbox.HttpClientStack.HttpPatch
 
HttpHeaderParser - com.android.volley.toolbox中的类
Utility methods for parsing HTTP headers.
HttpHeaderParser() - 类 的构造器com.android.volley.toolbox.HttpHeaderParser
 
HttpStack - com.android.volley.toolbox中的接口
An HTTP stack abstraction.
HurlStack - com.android.volley.toolbox中的类
An HttpStack based on HttpURLConnection.
HurlStack() - 类 的构造器com.android.volley.toolbox.HurlStack
 
HurlStack(HurlStack.UrlRewriter) - 类 的构造器com.android.volley.toolbox.HurlStack
 
HurlStack(HurlStack.UrlRewriter, SSLSocketFactory) - 类 的构造器com.android.volley.toolbox.HurlStack
 
HurlStack.UrlRewriter - com.android.volley.toolbox中的接口
An interface for transforming URLs before use.

I

ImageLoader - com.android.volley.toolbox中的类
Helper that handles loading and caching images from remote URLs.
ImageLoader(RequestQueue, ImageLoader.ImageCache) - 类 的构造器com.android.volley.toolbox.ImageLoader
Constructs a new ImageLoader.
ImageLoader.ImageCache - com.android.volley.toolbox中的接口
Simple cache adapter interface.
ImageLoader.ImageContainer - com.android.volley.toolbox中的类
Container object for all of the data surrounding an image request.
ImageLoader.ImageContainer(Bitmap, String, String, ImageLoader.ImageListener) - 类 的构造器com.android.volley.toolbox.ImageLoader.ImageContainer
Constructs a BitmapContainer object.
ImageLoader.ImageListener - com.android.volley.toolbox中的接口
Interface for the response handlers on image requests.
ImageRequest - com.android.volley.toolbox中的类
A canned request for getting an image at a given URL and calling back with a decoded Bitmap.
ImageRequest(String, Response.Listener<Bitmap>, int, int, Bitmap.Config, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.ImageRequest
Creates a new image request, decoding to a maximum specified width and height.
initialize() - 接口 中的方法com.android.volley.Cache
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
initialize() - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory.
initialize() - 类 中的方法com.android.volley.toolbox.NoCache
 
intermediate - 类 中的变量com.android.volley.Response
True if this response was a soft-expired one and a second one MAY be coming.
invalidate(String, boolean) - 接口 中的方法com.android.volley.Cache
Invalidates an entry in the cache.
invalidate(String, boolean) - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Invalidates an entry in the cache.
invalidate(String, boolean) - 类 中的方法com.android.volley.toolbox.NoCache
 
invalidateAuthToken(String) - 类 中的方法com.android.volley.toolbox.AndroidAuthenticator
 
invalidateAuthToken(String) - 接口 中的方法com.android.volley.toolbox.Authenticator
Invalidates the provided auth token.
isCached(String, int, int) - 类 中的方法com.android.volley.toolbox.ImageLoader
Checks if the item is available in the cache.
isCanceled() - 类 中的方法com.android.volley.Request
Returns true if this request has been canceled.
isCanceled() - 类 中的方法com.android.volley.toolbox.ClearCacheRequest
 
isCancelled() - 类 中的方法com.android.volley.toolbox.RequestFuture
 
isDone() - 类 中的方法com.android.volley.toolbox.RequestFuture
 
isExpired() - 类 中的方法com.android.volley.Cache.Entry
True if the entry is expired.
isSuccess() - 类 中的方法com.android.volley.Response
Returns whether this response is considered successful.

J

JsonArrayRequest - com.android.volley.toolbox中的类
A request for retrieving a JSONArray response body at a given URL.
JsonArrayRequest(String, Response.Listener<JSONArray>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.JsonArrayRequest
Creates a new request.
JsonObjectRequest - com.android.volley.toolbox中的类
A request for retrieving a JSONObject response body at a given URL, allowing for an optional JSONObject to be passed in as part of the request body.
JsonObjectRequest(int, String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.JsonObjectRequest
Creates a new request.
JsonObjectRequest(String, JSONObject, Response.Listener<JSONObject>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.JsonObjectRequest
Constructor which defaults to GET if jsonRequest is null, POST otherwise.
JsonRequest<T> - com.android.volley.toolbox中的类
A request for retrieving a T type response body at a given URL that also optionally sends along a JSON body in the request specified.
JsonRequest(String, String, Response.Listener<T>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.JsonRequest
已过时。
Use #JsonRequest(int, String, String, Listener, ErrorListener).
JsonRequest(int, String, String, Response.Listener<T>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.JsonRequest
 

L

logError(String, String, long) - 类 中的方法com.android.volley.toolbox.BasicNetwork
 

M

markDelivered() - 类 中的方法com.android.volley.Request
Mark this request as having a response delivered on it.
mClient - 类 中的变量com.android.volley.toolbox.HttpClientStack
 
METHOD_NAME - 类 中的静态变量com.android.volley.toolbox.HttpClientStack.HttpPatch
 
mHttpStack - 类 中的变量com.android.volley.toolbox.BasicNetwork
 
mPool - 类 中的变量com.android.volley.toolbox.BasicNetwork
 

N

Network - com.android.volley中的接口
An interface for performing requests.
NetworkDispatcher - com.android.volley中的类
Provides a thread for performing network dispatch from a queue of requests.
NetworkDispatcher(BlockingQueue<Request<?>>, Network, Cache, ResponseDelivery) - 类 的构造器com.android.volley.NetworkDispatcher
Creates a new network dispatcher thread.
NetworkError - com.android.volley中的异常错误
Indicates that there was a network error when performing a Volley request.
NetworkError() - 异常错误 的构造器com.android.volley.NetworkError
 
NetworkError(Throwable) - 异常错误 的构造器com.android.volley.NetworkError
 
NetworkError(NetworkResponse) - 异常错误 的构造器com.android.volley.NetworkError
 
NetworkImageView - com.android.volley.toolbox中的类
Handles fetching an image from a URL as well as the life-cycle of the associated request.
NetworkImageView(Context) - 类 的构造器com.android.volley.toolbox.NetworkImageView
 
NetworkImageView(Context, AttributeSet) - 类 的构造器com.android.volley.toolbox.NetworkImageView
 
NetworkImageView(Context, AttributeSet, int) - 类 的构造器com.android.volley.toolbox.NetworkImageView
 
NetworkResponse - com.android.volley中的类
Data and headers returned from Network.performRequest(Request).
NetworkResponse(int, byte[], Map<String, String>, boolean) - 类 的构造器com.android.volley.NetworkResponse
Creates a new network response.
NetworkResponse(byte[]) - 类 的构造器com.android.volley.NetworkResponse
 
NetworkResponse(byte[], Map<String, String>) - 类 的构造器com.android.volley.NetworkResponse
 
networkResponse - 异常错误 中的变量com.android.volley.VolleyError
 
newFuture() - 类 中的静态方法com.android.volley.toolbox.RequestFuture
 
newRequestQueue(Context, HttpStack) - 类 中的静态方法com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
newRequestQueue(Context) - 类 中的静态方法com.android.volley.toolbox.Volley
Creates a default instance of the worker pool and calls RequestQueue.start() on it.
NoCache - com.android.volley.toolbox中的类
A cache that doesn't.
NoCache() - 类 的构造器com.android.volley.toolbox.NoCache
 
NoConnectionError - com.android.volley中的异常错误
Error indicating that no connection could be established when performing a Volley request.
NoConnectionError() - 异常错误 的构造器com.android.volley.NoConnectionError
 
NoConnectionError(Throwable) - 异常错误 的构造器com.android.volley.NoConnectionError
 
notModified - 类 中的变量com.android.volley.NetworkResponse
True if the server returned a 304 (Not Modified).

O

onDetachedFromWindow() - 类 中的方法com.android.volley.toolbox.NetworkImageView
 
onErrorResponse(VolleyError) - 接口 中的方法com.android.volley.Response.ErrorListener
Callback method that an error has been occurred with the provided error code and optional user-readable message.
onErrorResponse(VolleyError) - 类 中的方法com.android.volley.toolbox.RequestFuture
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.android.volley.toolbox.NetworkImageView
 
onPrepareRequest(HttpUriRequest) - 类 中的方法com.android.volley.toolbox.HttpClientStack
Called before the request is executed using the underlying HttpClient.
onResponse(T) - 接口 中的方法com.android.volley.Response.Listener
Called when a response is received.
onResponse(ImageLoader.ImageContainer, boolean) - 接口 中的方法com.android.volley.toolbox.ImageLoader.ImageListener
Listens for non-error changes to the loading of the image request.
onResponse(T) - 类 中的方法com.android.volley.toolbox.RequestFuture
 
OPTIONS - 接口 中的静态变量com.android.volley.Request.Method
 

P

parseCacheHeaders(NetworkResponse) - 类 中的静态方法com.android.volley.toolbox.HttpHeaderParser
Extracts a Cache.Entry from a NetworkResponse.
parseCharset(Map<String, String>) - 类 中的静态方法com.android.volley.toolbox.HttpHeaderParser
Returns the charset specified in the Content-Type of this header, or the HTTP default (ISO-8859-1) if none can be found.
parseDateAsEpoch(String) - 类 中的静态方法com.android.volley.toolbox.HttpHeaderParser
Parse date in RFC1123 format, and return its value as epoch
ParseError - com.android.volley中的异常错误
Indicates that the server's response could not be parsed.
ParseError() - 异常错误 的构造器com.android.volley.ParseError
 
ParseError(NetworkResponse) - 异常错误 的构造器com.android.volley.ParseError
 
ParseError(Throwable) - 异常错误 的构造器com.android.volley.ParseError
 
parseNetworkError(VolleyError) - 类 中的方法com.android.volley.Request
Subclasses can override this method to parse 'networkError' and return a more specific error.
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.Request
Subclasses must implement this to parse the raw network response and return an appropriate response type.
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.ClearCacheRequest
 
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.ImageRequest
 
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.JsonArrayRequest
 
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.JsonObjectRequest
 
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.JsonRequest
 
parseNetworkResponse(NetworkResponse) - 类 中的方法com.android.volley.toolbox.StringRequest
 
PATCH - 接口 中的静态变量com.android.volley.Request.Method
 
performRequest(Request<?>) - 接口 中的方法com.android.volley.Network
Performs the specified request.
performRequest(Request<?>) - 类 中的方法com.android.volley.toolbox.BasicNetwork
 
performRequest(Request<?>, Map<String, String>) - 类 中的方法com.android.volley.toolbox.HttpClientStack
 
performRequest(Request<?>, Map<String, String>) - 接口 中的方法com.android.volley.toolbox.HttpStack
Performs an HTTP request with the given parameters.
performRequest(Request<?>, Map<String, String>) - 类 中的方法com.android.volley.toolbox.HurlStack
 
PoolingByteArrayOutputStream - com.android.volley.toolbox中的类
A variation of ByteArrayOutputStream that uses a pool of byte[] buffers instead of always allocating them fresh, saving on heap churn.
PoolingByteArrayOutputStream(ByteArrayPool) - 类 的构造器com.android.volley.toolbox.PoolingByteArrayOutputStream
Constructs a new PoolingByteArrayOutputStream with a default size.
PoolingByteArrayOutputStream(ByteArrayPool, int) - 类 的构造器com.android.volley.toolbox.PoolingByteArrayOutputStream
Constructs a new ByteArrayOutputStream with a default size of size bytes.
POST - 接口 中的静态变量com.android.volley.Request.Method
 
postError(Request<?>, VolleyError) - 类 中的方法com.android.volley.ExecutorDelivery
 
postError(Request<?>, VolleyError) - 接口 中的方法com.android.volley.ResponseDelivery
Posts an error for the given request.
postResponse(Request<?>, Response<?>) - 类 中的方法com.android.volley.ExecutorDelivery
 
postResponse(Request<?>, Response<?>, Runnable) - 类 中的方法com.android.volley.ExecutorDelivery
 
postResponse(Request<?>, Response<?>) - 接口 中的方法com.android.volley.ResponseDelivery
Parses a response from the network or cache and delivers it.
postResponse(Request<?>, Response<?>, Runnable) - 接口 中的方法com.android.volley.ResponseDelivery
Parses a response from the network or cache and delivers it.
put(String, Cache.Entry) - 接口 中的方法com.android.volley.Cache
Adds or replaces an entry to the cache.
PUT - 接口 中的静态变量com.android.volley.Request.Method
 
put(String, Cache.Entry) - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Puts the entry with the specified key into the cache.
put(String, Cache.Entry) - 类 中的方法com.android.volley.toolbox.NoCache
 
putBitmap(String, Bitmap) - 接口 中的方法com.android.volley.toolbox.ImageLoader.ImageCache
 

Q

quit() - 类 中的方法com.android.volley.CacheDispatcher
Forces this dispatcher to quit immediately.
quit() - 类 中的方法com.android.volley.NetworkDispatcher
Forces this dispatcher to quit immediately.

R

refreshNeeded() - 类 中的方法com.android.volley.Cache.Entry
True if a refresh is needed from the original data source.
remove(String) - 接口 中的方法com.android.volley.Cache
Removes an entry from the cache.
remove(String) - 类 中的方法com.android.volley.toolbox.DiskBasedCache
Removes the specified key from the cache if it exists.
remove(String) - 类 中的方法com.android.volley.toolbox.NoCache
 
Request<T> - com.android.volley中的类
Base class for all network requests.
Request(String, Response.ErrorListener) - 类 的构造器com.android.volley.Request
Request(int, String, Response.ErrorListener) - 类 的构造器com.android.volley.Request
Creates a new request with the given method (one of the values from Request.Method), URL, and error listener.
Request.Method - com.android.volley中的接口
Supported request methods.
Request.Priority - com.android.volley中的枚举
Priority values.
RequestFuture<T> - com.android.volley.toolbox中的类
A Future that represents a Volley request.
RequestQueue - com.android.volley中的类
A request dispatch queue with a thread pool of dispatchers.
RequestQueue(Cache, Network, int, ResponseDelivery) - 类 的构造器com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue(Cache, Network, int) - 类 的构造器com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue(Cache, Network) - 类 的构造器com.android.volley.RequestQueue
Creates the worker pool.
RequestQueue.RequestFilter - com.android.volley中的接口
A simple predicate or filter interface for Requests, for use by RequestQueue.cancelAll(RequestFilter).
Response<T> - com.android.volley中的类
Encapsulates a parsed response for delivery.
Response.ErrorListener - com.android.volley中的接口
Callback interface for delivering error responses.
Response.Listener<T> - com.android.volley中的接口
Callback interface for delivering parsed responses.
ResponseDelivery - com.android.volley中的接口
 
responseHeaders - 类 中的变量com.android.volley.Cache.Entry
Immutable response headers as received from server; must be non-null.
result - 类 中的变量com.android.volley.Response
Parsed response, or null in the case of error.
retry(VolleyError) - 类 中的方法com.android.volley.DefaultRetryPolicy
Prepares for the next retry by applying a backoff to the timeout.
retry(VolleyError) - 接口 中的方法com.android.volley.RetryPolicy
Prepares for the next retry by applying a backoff to the timeout.
RetryPolicy - com.android.volley中的接口
Retry policy for a request.
returnBuf(byte[]) - 类 中的方法com.android.volley.toolbox.ByteArrayPool
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size.
rewriteUrl(String) - 接口 中的方法com.android.volley.toolbox.HurlStack.UrlRewriter
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
run() - 类 中的方法com.android.volley.CacheDispatcher
 
run() - 类 中的方法com.android.volley.NetworkDispatcher
 

S

serverDate - 类 中的变量com.android.volley.Cache.Entry
Date of this response as reported by the server.
ServerError - com.android.volley中的异常错误
Indicates that the error responded with an error response.
ServerError(NetworkResponse) - 异常错误 的构造器com.android.volley.ServerError
 
ServerError() - 异常错误 的构造器com.android.volley.ServerError
 
setBatchedResponseDelay(int) - 类 中的方法com.android.volley.toolbox.ImageLoader
Sets the amount of time to wait after the first response arrives before delivering all responses.
setCacheEntry(Cache.Entry) - 类 中的方法com.android.volley.Request
Annotates this request with an entry retrieved for it from cache.
setDefaultImageResId(int) - 类 中的方法com.android.volley.toolbox.NetworkImageView
Sets the default image resource ID to be used for this view until the attempt to load it completes.
setErrorImageResId(int) - 类 中的方法com.android.volley.toolbox.NetworkImageView
Sets the error image resource ID to be used for this view in the event that the image requested fails to load.
setImageUrl(String, ImageLoader) - 类 中的方法com.android.volley.toolbox.NetworkImageView
Sets URL of the image that should be loaded into this view.
setRedirectUrl(String) - 类 中的方法com.android.volley.Request
Sets the redirect url to handle 3xx http responses.
setRequest(Request<?>) - 类 中的方法com.android.volley.toolbox.RequestFuture
 
setRequestQueue(RequestQueue) - 类 中的方法com.android.volley.Request
Associates this request with the given queue.
setRetryPolicy(RetryPolicy) - 类 中的方法com.android.volley.Request
Sets the retry policy for this request.
setSequence(int) - 类 中的方法com.android.volley.Request
Sets the sequence number of this request.
setShouldCache(boolean) - 类 中的方法com.android.volley.Request
Set whether or not responses to this request should be cached.
setTag(Object) - 类 中的方法com.android.volley.Request
Set a tag on this request.
setTag(String) - 类 中的静态方法com.android.volley.VolleyLog
Customize the log tag for your application, so that other apps using Volley don't mix their logs with yours.
shouldCache() - 类 中的方法com.android.volley.Request
Returns true if responses to this request should be cached.
softTtl - 类 中的变量com.android.volley.Cache.Entry
Soft TTL for this record.
start() - 类 中的方法com.android.volley.RequestQueue
Starts the dispatchers in this queue.
statusCode - 类 中的变量com.android.volley.NetworkResponse
The HTTP status code.
stop() - 类 中的方法com.android.volley.RequestQueue
Stops the cache and network dispatchers.
StringRequest - com.android.volley.toolbox中的类
A canned request for retrieving the response body at a given URL as a String.
StringRequest(int, String, Response.Listener<String>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.StringRequest
Creates a new request with the given method.
StringRequest(String, Response.Listener<String>, Response.ErrorListener) - 类 的构造器com.android.volley.toolbox.StringRequest
Creates a new GET request.
success(T, Cache.Entry) - 类 中的静态方法com.android.volley.Response
Returns a successful response containing the parsed result.

T

TAG - 类 中的静态变量com.android.volley.VolleyLog
 
TimeoutError - com.android.volley中的异常错误
Indicates that the connection or the socket timed out.
TimeoutError() - 异常错误 的构造器com.android.volley.TimeoutError
 
toString() - 类 中的方法com.android.volley.Request
 
TRACE - 接口 中的静态变量com.android.volley.Request.Method
 
ttl - 类 中的变量com.android.volley.Cache.Entry
TTL for this record.

V

v(String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
valueOf(String) - 枚举 中的静态方法com.android.volley.Request.Priority
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.android.volley.Request.Priority
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Volley - com.android.volley.toolbox中的类
 
Volley() - 类 的构造器com.android.volley.toolbox.Volley
 
VolleyError - com.android.volley中的异常错误
Exception style class encapsulating Volley errors
VolleyError() - 异常错误 的构造器com.android.volley.VolleyError
 
VolleyError(NetworkResponse) - 异常错误 的构造器com.android.volley.VolleyError
 
VolleyError(String) - 异常错误 的构造器com.android.volley.VolleyError
 
VolleyError(String, Throwable) - 异常错误 的构造器com.android.volley.VolleyError
 
VolleyError(Throwable) - 异常错误 的构造器com.android.volley.VolleyError
 
VolleyLog - com.android.volley中的类
Logging helper class.
VolleyLog() - 类 的构造器com.android.volley.VolleyLog
 

W

write(byte[], int, int) - 类 中的方法com.android.volley.toolbox.PoolingByteArrayOutputStream
 
write(int) - 类 中的方法com.android.volley.toolbox.PoolingByteArrayOutputStream
 
wtf(String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
wtf(Throwable, String, Object...) - 类 中的静态方法com.android.volley.VolleyLog
 
A B C D E F G H I J L M N O P Q R S T V W