Skip navigation links
A B C D F G H L P R T V 

A

applyOptions(Context, GlideBuilder) - Method in class com.bumptech.glide.integration.volley.VolleyGlideModule
Deprecated.
 

B

build(MultiModelLoaderFactory) - Method in class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
 
buildLoadData(GlideUrl, int, int, Options) - Method in class com.bumptech.glide.integration.volley.VolleyUrlLoader
 

C

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, DataFetcher.DataCallback<? super InputStream>, Request.Priority, Map<String, String>) - 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
 
deliverResponse(byte[]) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 

F

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.
Factory(RequestQueue) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
Constructor for a new Factory that runs requests using the given RequestQueue.
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.

G

getDataClass() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
 
getDataSource() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
 
getHeaders() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 
getPriority() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 
GlideRequest(String, DataFetcher.DataCallback<? super InputStream>, Request.Priority) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 
GlideRequest(String, DataFetcher.DataCallback<? super InputStream>, Request.Priority, Map<String, String>) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 

H

handles(GlideUrl) - Method in class com.bumptech.glide.integration.volley.VolleyUrlLoader
 

L

loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
 

P

parseNetworkError(VolleyError) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 
parseNetworkResponse(NetworkResponse) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
 

R

registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.volley.VolleyGlideModule
Deprecated.
 
registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
 

T

teardown() - Method in class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
 

V

VolleyGlideModule - Class in com.bumptech.glide.integration.volley
Deprecated.
VolleyGlideModule() - Constructor for class com.bumptech.glide.integration.volley.VolleyGlideModule
Deprecated.
 
VolleyLibraryGlideModule - Class in com.bumptech.glide.integration.volley
A GlideModule implementation to replace Glide's default java.net.HttpURLConnection based ModelLoader with a Volley based ModelLoader.
VolleyLibraryGlideModule() - Constructor for class com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
 
VolleyRequestFactory - Interface in com.bumptech.glide.integration.volley
Used to construct a custom Volley request, such as for authentication header decoration.
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, VolleyRequestFactory) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher
 
VolleyStreamFetcher.GlideRequest - Class in com.bumptech.glide.integration.volley
Default Request implementation for Glide that receives errors and results on volley's background thread.
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 VolleyUrlLoaders.
A B C D F G H L P R T V 
Skip navigation links