- get(String) - Method in interface com.android.volley.Cache
-
Retrieves an entry from the cache.
- GET - Static variable in interface com.android.volley.Request.Method
-
- get(String) - Method in class com.android.volley.toolbox.DiskBasedCache
-
Returns the cache entry with the specified key if it exists, null otherwise.
- get(String, ImageLoader.ImageListener) - Method in class com.android.volley.toolbox.ImageLoader
-
Returns an ImageContainer for the requested URL.
- get(String, ImageLoader.ImageListener, int, int) - Method in class com.android.volley.toolbox.ImageLoader
-
Equivalent to calling #get(String, ImageListener, int, int, ScaleType)
with
Scaletype == ScaleType.CENTER_INSIDE
.
- get(String, ImageLoader.ImageListener, int, int, ImageView.ScaleType) - Method in class 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) - Method in class com.android.volley.toolbox.NoCache
-
- get() - Method in class com.android.volley.toolbox.RequestFuture
-
- get(long, TimeUnit) - Method in class com.android.volley.toolbox.RequestFuture
-
- getAccount() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
Returns the Account being used by this authenticator.
- getAuthToken() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
- getAuthToken() - Method in interface com.android.volley.toolbox.Authenticator
-
Synchronously retrieves an auth token.
- getAuthTokenType() - Method in class com.android.volley.toolbox.AndroidAuthenticator
-
Returns the Auth Token Type used by this authenticator.
- getBackoffMultiplier() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the backoff multiplier for the policy.
- getBitmap(String) - Method in interface com.android.volley.toolbox.ImageLoader.ImageCache
-
- getBitmap() - Method in class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Returns the bitmap associated with the request URL if it has been loaded, null otherwise.
- getBody() - Method in class com.android.volley.Request
-
Returns the raw POST or PUT body to be sent.
- getBody() - Method in class com.android.volley.toolbox.JsonRequest
-
- getBodyContentType() - Method in class com.android.volley.Request
-
Returns the content type of the POST or PUT body.
- getBodyContentType() - Method in class com.android.volley.toolbox.JsonRequest
-
- getBuf(int) - Method in class 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() - Method in class com.android.volley.RequestQueue
-
Gets the
Cache
instance being used.
- getCacheEntry() - Method in class com.android.volley.Request
-
Returns the annotated cache entry, or null if there isn't one.
- getCacheKey() - Method in class com.android.volley.Request
-
Returns the cache key for this request.
- getCurrentRetryCount() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the current retry count.
- getCurrentRetryCount() - Method in interface com.android.volley.RetryPolicy
-
Returns the current retry count (used for logging).
- getCurrentTimeout() - Method in class com.android.volley.DefaultRetryPolicy
-
Returns the current timeout.
- getCurrentTimeout() - Method in interface com.android.volley.RetryPolicy
-
Returns the current timeout (used for logging).
- getErrorListener() - Method in class com.android.volley.Request
-
- getFileForKey(String) - Method in class com.android.volley.toolbox.DiskBasedCache
-
Returns a file object for the given cache key.
- getHeaders() - Method in class com.android.volley.Request
-
Returns a list of extra HTTP headers to go along with this request.
- getImageListener(ImageView, int, int) - Static method in class 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() - Method in exception com.android.volley.AuthFailureError
-
- getMethod() - Method in class com.android.volley.Request
-
Return the method for this request.
- getMethod() - Method in class com.android.volley.toolbox.HttpClientStack.HttpPatch
-
- getNetworkTimeMs() - Method in exception com.android.volley.VolleyError
-
- getParams() - Method in class com.android.volley.Request
-
Returns a Map of parameters to be used for a POST or PUT request.
- getParamsEncoding() - Method in class 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() - Method in class com.android.volley.Request
-
- getPostBody() - Method in class com.android.volley.toolbox.JsonRequest
-
- getPostBodyContentType() - Method in class com.android.volley.Request
-
- getPostBodyContentType() - Method in class com.android.volley.toolbox.JsonRequest
-
- getPostParams() - Method in class com.android.volley.Request
-
- getPostParamsEncoding() - Method in class com.android.volley.Request
-
- getPriority() - Method in class com.android.volley.Request
-
- getPriority() - Method in class com.android.volley.toolbox.ClearCacheRequest
-
- getPriority() - Method in class com.android.volley.toolbox.ImageRequest
-
- getRequestUrl() - Method in class com.android.volley.toolbox.ImageLoader.ImageContainer
-
Returns the requested URL for this container.
- getResolutionIntent() - Method in exception com.android.volley.AuthFailureError
-
- getRetryPolicy() - Method in class com.android.volley.Request
-
Returns the retry policy that should be used for this request.
- getSequence() - Method in class com.android.volley.Request
-
Returns the sequence number of this request.
- getSequenceNumber() - Method in class com.android.volley.RequestQueue
-
Gets a sequence number.
- getTag() - Method in class com.android.volley.Request
-
Returns this request's tag.
- getTimeoutMs() - Method in class com.android.volley.Request
-
Returns the socket timeout in milliseconds per retry attempt.
- getTrafficStatsTag() - Method in class com.android.volley.Request
-
- getUrl() - Method in class com.android.volley.Request
-
Returns the URL of this request.
- getWithCacheHit() - Method in class com.android.volley.toolbox.ImageLoaderTest
-
- getWithCacheMiss() - Method in class com.android.volley.toolbox.ImageLoaderTest
-
- goodToken() - Method in class com.android.volley.toolbox.AndroidAuthenticatorTest
-