Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
I
L
N
O
R
S
T
V
A
applyOptions(Context, GlideBuilder)
- Method in class com.bumptech.glide.integration.volley.
VolleyGlideModule
B
build(Context, GenericLoaderFactory)
- Method in class com.bumptech.glide.integration.volley.
VolleyUrlLoader.Factory
C
cancel(boolean)
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
cancel()
- Method in class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
cleanup()
- Method in class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
com.bumptech.glide.integration.volley
- package com.bumptech.glide.integration.volley
create(String, VolleyRequestFuture<InputStream>, Request.Priority)
- Method in interface com.bumptech.glide.integration.volley.
VolleyRequestFactory
Returns a Volley request for the given image url.
D
DEFAULT_REQUEST_FACTORY
- Static variable in class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
G
get()
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
get(long, TimeUnit)
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
getId()
- Method in class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
getResourceFetcher(GlideUrl, int, int)
- Method in class com.bumptech.glide.integration.volley.
VolleyUrlLoader
I
isCancelled()
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
isDone()
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
L
loadData(Priority)
- Method in class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
N
newFuture()
- Static method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
O
onErrorResponse(VolleyError)
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
onResponse(T)
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
R
registerComponents(Context, Glide)
- Method in class com.bumptech.glide.integration.volley.
VolleyGlideModule
S
setRequest(Request<?>)
- Method in class com.bumptech.glide.integration.volley.
VolleyRequestFuture
T
teardown()
- Method in class com.bumptech.glide.integration.volley.
VolleyUrlLoader.Factory
V
VolleyGlideModule
- Class in
com.bumptech.glide.integration.volley
A
GlideModule
implementation to replace Glide's default
HttpURLConnection
based
ModelLoader
with a Volley based
ModelLoader
.
VolleyGlideModule()
- Constructor for class com.bumptech.glide.integration.volley.
VolleyGlideModule
VolleyRequestFactory
- Interface in
com.bumptech.glide.integration.volley
Used to construct a custom Volley request, such as for authentication header decoration.
VolleyRequestFuture
<
T
> - Class in
com.bumptech.glide.integration.volley
TODO: contribute cancel modifications to volley and remove this class.
VolleyRequestFuture()
- Constructor for class com.bumptech.glide.integration.volley.
VolleyRequestFuture
VolleyStreamFetcher
- Class in
com.bumptech.glide.integration.volley
A DataFetcher backed by volley for fetching images via http.
VolleyStreamFetcher(RequestQueue, GlideUrl)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
VolleyStreamFetcher(RequestQueue, GlideUrl, VolleyRequestFuture<InputStream>)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
VolleyStreamFetcher(RequestQueue, GlideUrl, VolleyRequestFuture<InputStream>, VolleyRequestFactory)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyStreamFetcher
VolleyUrlLoader
- Class in
com.bumptech.glide.integration.volley
A simple model loader for fetching media over http/https using Volley.
VolleyUrlLoader(RequestQueue)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyUrlLoader
VolleyUrlLoader(RequestQueue, VolleyRequestFactory)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyUrlLoader
VolleyUrlLoader.Factory
- Class in
com.bumptech.glide.integration.volley
The default factory for
VolleyUrlLoader
s.
VolleyUrlLoader.Factory(Context)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyUrlLoader.Factory
Constructor for a new Factory that runs requests using a static singleton request queue.
VolleyUrlLoader.Factory(RequestQueue)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyUrlLoader.Factory
Constructor for a new Factory that runs requests using the given
RequestQueue
.
VolleyUrlLoader.Factory(RequestQueue, VolleyRequestFactory)
- Constructor for class com.bumptech.glide.integration.volley.
VolleyUrlLoader.Factory
Constructor for a new Factory with a custom Volley request factory that runs requests using the given
RequestQueue
.
A
B
C
D
G
I
L
N
O
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes