Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
V
W
I
ImageLoader
- Class in
com.android.volley.toolbox
Helper that handles loading and caching images from remote URLs.
ImageLoader(RequestQueue, ImageLoader.ImageCache)
- Constructor for class com.android.volley.toolbox.
ImageLoader
Constructs a new ImageLoader.
ImageLoader.ImageCache
- Interface in
com.android.volley.toolbox
Simple cache adapter interface.
ImageLoader.ImageContainer
- Class in
com.android.volley.toolbox
Container object for all of the data surrounding an image request.
ImageLoader.ImageContainer(Bitmap, String, String, ImageLoader.ImageListener)
- Constructor for class com.android.volley.toolbox.
ImageLoader.ImageContainer
Constructs a BitmapContainer object.
ImageLoader.ImageListener
- Interface in
com.android.volley.toolbox
Interface for the response handlers on image requests.
ImageRequest
- Class in
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, Config, Response.ErrorListener)
- Constructor for class com.android.volley.toolbox.
ImageRequest
Creates a new image request, decoding to a maximum specified width and height.
initialize()
- Method in interface com.android.volley.
Cache
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
initialize()
- Method in class com.android.volley.toolbox.
DiskBasedCache
Initializes the DiskBasedCache by scanning for all files currently in the specified root directory.
initialize()
- Method in class com.android.volley.toolbox.
NoCache
intermediate
- Variable in class com.android.volley.
Response
True if this response was a soft-expired one and a second one MAY be coming.
invalidate(String, boolean)
- Method in interface com.android.volley.
Cache
Invalidates an entry in the cache.
invalidate(String, boolean)
- Method in class com.android.volley.toolbox.
DiskBasedCache
Invalidates an entry in the cache.
invalidate(String, boolean)
- Method in class com.android.volley.toolbox.
NoCache
invalidateAuthToken(String)
- Method in class com.android.volley.toolbox.
AndroidAuthenticator
invalidateAuthToken(String)
- Method in interface com.android.volley.toolbox.
Authenticator
Invalidates the provided auth token.
isCached(String, int, int)
- Method in class com.android.volley.toolbox.
ImageLoader
Checks if the item is available in the cache.
isCanceled()
- Method in class com.android.volley.
Request
Returns true if this request has been canceled.
isCanceled()
- Method in class com.android.volley.toolbox.
ClearCacheRequest
isCancelled()
- Method in class com.android.volley.toolbox.
RequestFuture
isDone()
- Method in class com.android.volley.toolbox.
RequestFuture
isExpired()
- Method in class com.android.volley.
Cache.Entry
True if the entry is expired.
isSuccess()
- Method in class com.android.volley.
Response
Returns whether this response is considered successful.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
V
W