索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
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.
- addRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) - 类中的方法 com.android.volley.RequestQueue
- AndroidAuthenticator - com.android.volley.toolbox中的类
-
An Authenticator that uses
AccountManagerto 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.
- 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.
- callInTransaction(Callable<E>) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- 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).
- checkSqliteDatabase(SQLiteDatabase) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- 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.
- ContentResolverChangeSupport(Context) - 类的构造器 net.apexes.commons.ormlite.SQLiteDatabaseHelper.ContentResolverChangeSupport
- convertHeaders(Header[]) - 类中的静态方法 com.android.volley.toolbox.BasicNetwork
-
Converts Headers[] to Map<String, String>.
- createChangeSupportable(Context) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- createConnection(URL) - 类中的方法 com.android.volley.toolbox.HurlStack
-
Create an
HttpURLConnectionfor the specifiedurl.
D
- d(String, Object...) - 类中的静态方法 com.android.volley.VolleyLog
- dao(Table<T>) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- 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(Bitmap) - 类中的方法 com.android.volley.toolbox.ImageRequest
- deliverResponse(Object) - 类中的方法 com.android.volley.toolbox.ClearCacheRequest
- deliverResponse(String) - 类中的方法 com.android.volley.toolbox.StringRequest
- deliverResponse(R) - 类中的方法 net.apexes.commons.volley.GsonRequest
- deliverResponse(T) - 类中的方法 com.android.volley.Request
-
Subclasses must implement this to perform delivery of the parsed response to their listeners.
- deliverResponse(T) - 类中的方法 com.android.volley.toolbox.JsonRequest
- deliverResult(T) - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
- 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) - 类的构造器 com.android.volley.toolbox.DiskBasedCache
-
Constructs an instance of the DiskBasedCache at the specified directory using the default maximum cache size of 5MB.
- DiskBasedCache(File, int) - 类的构造器 com.android.volley.toolbox.DiskBasedCache
-
Constructs an instance of the DiskBasedCache at the specified directory.
- drawableStateChanged() - 类中的方法 com.android.volley.toolbox.NetworkImageView
E
- e(String, Object...) - 类中的静态方法 com.android.volley.VolleyLog
- e(Throwable, String, Object...) - 类中的静态方法 com.android.volley.VolleyLog
- Entry() - 类的构造器 com.android.volley.Cache.Entry
- 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.
- exists(ConnectionSource, Column, Field) - 类中的方法 net.apexes.commons.ormlite.SqliteUpgrader
- exists(ConnectionSource, Table<?>) - 类中的方法 net.apexes.commons.ormlite.SqliteUpgrader
F
- finalize() - 类中的方法 com.android.volley.toolbox.PoolingByteArrayOutputStream
G
- get() - 类中的方法 com.android.volley.toolbox.RequestFuture
- get(long, TimeUnit) - 类中的方法 com.android.volley.toolbox.RequestFuture
- get(String) - 接口中的方法 com.android.volley.Cache
-
Retrieves an entry from the cache.
- get(String) - 类中的方法 com.android.volley.toolbox.DiskBasedCache
-
Returns the cache entry with the specified key if it exists, null otherwise.
- get(String) - 类中的方法 com.android.volley.toolbox.NoCache
- 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
-
Equivalent to calling
ImageLoader.get(String, ImageListener, int, int, ScaleType)withScaletype == ScaleType.CENTER_INSIDE. - get(String, ImageLoader.ImageListener, int, int, ImageView.ScaleType) - 类中的方法 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 - 接口中的静态变量 com.android.volley.Request.Method
- 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.
- getBackoffMultiplier() - 类中的方法 com.android.volley.DefaultRetryPolicy
-
Returns the backoff multiplier for the policy.
- getBitmap() - 类中的方法 com.android.volley.toolbox.ImageLoader.ImageContainer
-
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
- getBitmap(String) - 接口中的方法 com.android.volley.toolbox.ImageLoader.ImageCache
- getBody() - 类中的方法 com.android.volley.Request
-
Returns the raw POST or PUT body to be sent.
- getBody() - 类中的方法 com.android.volley.toolbox.JsonRequest
- getBody() - 类中的方法 net.apexes.commons.volley.GsonRequest
- getBodyContentType() - 类中的方法 com.android.volley.Request
-
Returns the content type of the POST or PUT body.
- getBodyContentType() - 类中的方法 com.android.volley.toolbox.JsonRequest
- getBodyContentType() - 类中的方法 net.apexes.commons.volley.GsonRequest
- 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
Cacheinstance 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.
- getChangeSupportable() - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- 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).
- getErrorListener() - 类中的方法 com.android.volley.Request
- 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.
- getHelperClass() - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
-
返回
SQLiteDatabaseHelper实现类的类型 - 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
- getNetworkTimeMs() - 异常错误中的方法 com.android.volley.VolleyError
- 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
-
已过时。
- getPostBody() - 类中的方法 com.android.volley.toolbox.JsonRequest
-
已过时。
- getPostBodyContentType() - 类中的方法 com.android.volley.Request
-
已过时。Use
Request.getBodyContentType()instead. - getPostBodyContentType() - 类中的方法 com.android.volley.toolbox.JsonRequest
-
已过时。
- getPostParams() - 类中的方法 com.android.volley.Request
-
已过时。Use
Request.getParams()instead. - getPostParamsEncoding() - 类中的方法 com.android.volley.Request
-
已过时。Use
Request.getParamsEncoding()instead. - getPriority() - 类中的方法 com.android.volley.Request
-
Returns the
Request.Priorityof this request;Request.Priority.NORMALby 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.
- getTables() - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
-
返回包含所有数据表的列表
- 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
- getUri(Table<?>) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
-
返回指定数据表的uri
- getUrl() - 类中的方法 com.android.volley.Request
-
Returns the URL of this request.
- GsonRequest<Q,
R> - net.apexes.commons.volley中的类 - GsonRequest(String, Q, Type, Response.Listener<R>, Response.ErrorListener) - 类的构造器 net.apexes.commons.volley.GsonRequest
- GsonRequest(String, Q, Type, Gson, Response.Listener<R>, Response.ErrorListener) - 类的构造器 net.apexes.commons.volley.GsonRequest
- GsonRequest.ResponseProcessor<R> - net.apexes.commons.volley中的接口
-
Response处理器。
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.
- HIGH - enum class 中的枚举常量 com.android.volley.Request.Priority
- 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.
- HttpHeaderParser - com.android.volley.toolbox中的类
-
Utility methods for parsing HTTP headers.
- HttpHeaderParser() - 类的构造器 com.android.volley.toolbox.HttpHeaderParser
- HttpPatch() - 类的构造器 com.android.volley.toolbox.HttpClientStack.HttpPatch
- HttpPatch(String) - 类的构造器 com.android.volley.toolbox.HttpClientStack.HttpPatch
- HttpPatch(URI) - 类的构造器 com.android.volley.toolbox.HttpClientStack.HttpPatch
- HttpStack - com.android.volley.toolbox中的接口
-
An HTTP stack abstraction.
- HurlStack - com.android.volley.toolbox中的类
-
An
HttpStackbased onHttpURLConnection. - 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
- ImageContainer(Bitmap, String, String, ImageLoader.ImageListener) - 类的构造器 com.android.volley.toolbox.ImageLoader.ImageContainer
-
Constructs a BitmapContainer object.
- 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.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
-
已过时。
- ImageRequest(String, Response.Listener<Bitmap>, int, int, ImageView.ScaleType, Bitmap.Config, Response.ErrorListener) - 类的构造器 com.android.volley.toolbox.ImageRequest
-
Creates a new image request, decoding to a maximum specified width and height.
- IMMEDIATE - enum class 中的枚举常量 com.android.volley.Request.Priority
- 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.
- isCached(String, int, int, ImageView.ScaleType) - 类中的方法 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
JSONArrayresponse body at a given URL. - JsonArrayRequest(int, String, JSONArray, Response.Listener<JSONArray>, Response.ErrorListener) - 类的构造器 com.android.volley.toolbox.JsonArrayRequest
-
Creates a new request.
- 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
JSONObjectresponse body at a given URL, allowing for an optionalJSONObjectto 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
GETifjsonRequestisnull,POSTotherwise. - 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(int, String, String, Response.Listener<T>, Response.ErrorListener) - 类的构造器 com.android.volley.toolbox.JsonRequest
- JsonRequest(String, String, Response.Listener<T>, Response.ErrorListener) - 类的构造器 com.android.volley.toolbox.JsonRequest
L
- lastModified - 类中的变量 com.android.volley.Cache.Entry
-
The last modified date for the requested object.
- loadInBackground() - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
- logError(String, String, long) - 类中的方法 com.android.volley.toolbox.BasicNetwork
- LOW - enum class 中的枚举常量 com.android.volley.Request.Priority
M
- makeImageRequest(String, int, int, ImageView.ScaleType, String) - 类中的方法 com.android.volley.toolbox.ImageLoader
- 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
- net.apexes.commons.ormlite - 程序包 net.apexes.commons.ormlite
- net.apexes.commons.volley - 程序包 net.apexes.commons.volley
- 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(NetworkResponse) - 异常错误的构造器 com.android.volley.NetworkError
- NetworkError(Throwable) - 异常错误的构造器 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.VolleyError
- NetworkResponse - com.android.volley中的类
-
Data and headers returned from
Network.performRequest(Request). - NetworkResponse(byte[]) - 类的构造器 com.android.volley.NetworkResponse
- NetworkResponse(byte[], Map<String, String>) - 类的构造器 com.android.volley.NetworkResponse
- NetworkResponse(int, byte[], Map<String, String>, boolean) - 类的构造器 com.android.volley.NetworkResponse
- NetworkResponse(int, byte[], Map<String, String>, boolean, long) - 类的构造器 com.android.volley.NetworkResponse
-
Creates a new network response.
- networkTimeMs - 类中的变量 com.android.volley.NetworkResponse
-
Network roundtrip time in milliseconds.
- newFuture() - 类中的静态方法 com.android.volley.toolbox.RequestFuture
- newRequestQueue(Context) - 类中的静态方法 com.android.volley.toolbox.Volley
-
Creates a default instance of the worker pool and calls
RequestQueue.start()on it. - newRequestQueue(Context, HttpStack) - 类中的静态方法 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
- NORMAL - enum class 中的枚举常量 com.android.volley.Request.Priority
- notifyChange(Uri) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper.ContentResolverChangeSupport
- notifyChange(Table<?>...) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper.ContentResolverChangeSupport
- notModified - 类中的变量 com.android.volley.NetworkResponse
-
True if the server returned a 304 (Not Modified).
O
- onCreate(SQLiteDatabase, ConnectionSource) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- 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
- onGetImageError(String, VolleyError) - 类中的方法 com.android.volley.toolbox.ImageLoader
-
Handler for when an image failed to load.
- onGetImageSuccess(String, Bitmap) - 类中的方法 com.android.volley.toolbox.ImageLoader
-
Handler for when an image was successfully loaded.
- 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.
- onRequestFinished(Request<T>) - 接口中的方法 com.android.volley.RequestQueue.RequestFinishedListener
-
Called when a request has finished processing.
- onReset() - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
- 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.Response.Listener
-
Called when a response is received.
- onResponse(T) - 类中的方法 com.android.volley.toolbox.RequestFuture
- onStartLoading() - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
- onStopLoading() - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
- onUpgrade(SQLiteDatabase, ConnectionSource, int, int) - 类中的方法 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- OPTIONS - 接口中的静态变量 com.android.volley.Request.Method
- OrmLiteLoader<T> - net.apexes.commons.ormlite中的类
-
使用ORMLite从数据库中查询记录的Loader实现。
- OrmLiteLoader(Context, Uri) - 类的构造器 net.apexes.commons.ormlite.OrmLiteLoader
P
- parseCacheHeaders(NetworkResponse) - 类中的静态方法 com.android.volley.toolbox.HttpHeaderParser
-
Extracts a
Cache.Entryfrom aNetworkResponse. - 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.
- parseCharset(Map<String, String>, String) - 类中的静态方法 com.android.volley.toolbox.HttpHeaderParser
-
Retrieve a charset from headers
- 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
- parseNetworkResponse(NetworkResponse) - 类中的方法 net.apexes.commons.volley.GsonRequest
- 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
ByteArrayOutputStreamthat 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
ByteArrayOutputStreamwith a default size ofsizebytes. - 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<?>) - 接口中的方法 com.android.volley.ResponseDelivery
-
Parses a response from the network or cache and delivers it.
- postResponse(Request<?>, Response<?>, Runnable) - 类中的方法 com.android.volley.ExecutorDelivery
- postResponse(Request<?>, Response<?>, Runnable) - 接口中的方法 com.android.volley.ResponseDelivery
-
Parses a response from the network or cache and delivers it.
- process(R) - 接口中的方法 net.apexes.commons.volley.GsonRequest.ResponseProcessor
-
对response进行处理
- PROTOCOL_CHARSET - 类中的静态变量 com.android.volley.toolbox.JsonRequest
-
Default charset for JSON request.
- PROTOCOL_CHARSET - 类中的静态变量 net.apexes.commons.volley.GsonRequest
- PROTOCOL_CONTENT_TYPE - 类中的静态变量 net.apexes.commons.volley.GsonRequest
- put(String, Cache.Entry) - 接口中的方法 com.android.volley.Cache
-
Adds or replaces an entry to the cache.
- 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
- PUT - 接口中的静态变量 com.android.volley.Request.Method
- putBitmap(String, Bitmap) - 接口中的方法 com.android.volley.toolbox.ImageLoader.ImageCache
Q
- query(DatabaseHelper) - 类中的方法 net.apexes.commons.ormlite.OrmLiteLoader
-
返回符合要求的记录,在回调的
LoaderManager.LoaderCallbacks.onLoadFinished(Loader, Object)将传入此返回值。 - 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
- removeRequestFinishedListener(RequestQueue.RequestFinishedListener<T>) - 类中的方法 com.android.volley.RequestQueue
-
Remove a RequestFinishedListener.
- Request<T> - com.android.volley中的类
-
Base class for all network requests.
- 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(String, Response.ErrorListener) - 类的构造器 com.android.volley.Request
- Request.Method - com.android.volley中的接口
-
Supported request methods.
- Request.Priority - com.android.volley中的Enum Class
-
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) - 类的构造器 com.android.volley.RequestQueue
-
Creates the worker pool.
- RequestQueue(Cache, Network, int) - 类的构造器 com.android.volley.RequestQueue
-
Creates the worker pool.
- RequestQueue(Cache, Network, int, ResponseDelivery) - 类的构造器 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). - RequestQueue.RequestFinishedListener<T> - com.android.volley中的接口
-
Callback interface for completed requests.
- 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 server responded with an error response.
- ServerError() - 异常错误的构造器 com.android.volley.ServerError
- ServerError(NetworkResponse) - 异常错误的构造器 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.
- setRequest(Request<?>) - 类中的方法 com.android.volley.toolbox.RequestFuture
- setRequestQueue(RequestQueue) - 类中的方法 com.android.volley.Request
-
Associates this request with the given queue.
- setResponseProcessor(GsonRequest.ResponseProcessor<R>) - 类中的方法 net.apexes.commons.volley.GsonRequest
- 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.
- SQLiteDatabaseHelper - net.apexes.commons.ormlite中的类
- SQLiteDatabaseHelper(Context, String, SQLiteDatabase.CursorFactory, int) - 类的构造器 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- SQLiteDatabaseHelper(Context, String, SQLiteDatabase.CursorFactory, int, int) - 类的构造器 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- SQLiteDatabaseHelper(Context, String, SQLiteDatabase.CursorFactory, int, File) - 类的构造器 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- SQLiteDatabaseHelper(Context, String, SQLiteDatabase.CursorFactory, int, InputStream) - 类的构造器 net.apexes.commons.ormlite.SQLiteDatabaseHelper
- SQLiteDatabaseHelper.ContentResolverChangeSupport - net.apexes.commons.ormlite中的类
- SqliteUpgrader - net.apexes.commons.ormlite中的类
- SqliteUpgrader(SQLiteDatabase, List<Table<?>>) - 类的构造器 net.apexes.commons.ormlite.SqliteUpgrader
- 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
- toResponseValue(String, Type) - 类中的方法 net.apexes.commons.volley.GsonRequest
- 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) - enum class中的静态方法 com.android.volley.Request.Priority
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.android.volley.Request.Priority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- 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
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
Request.getBody()instead.