Package com.bumptech.glide.integration.volley
-
Interface Summary Interface Description VolleyRequestFactory Used to construct a custom Volley request, such as for authentication header decoration. -
Class Summary Class Description VolleyGlideModule Deprecated. Replaced withVolleyLibraryGlideModule.VolleyLibraryGlideModule AGlideModuleimplementation to replace Glide's defaultHttpURLConnectionbasedModelLoaderwith a Volley basedModelLoader.VolleyStreamFetcher A DataFetcher backed by volley for fetching images via http.VolleyStreamFetcher.GlideRequest DefaultRequestimplementation for Glide that receives errors and results on volley's background thread.VolleyUrlLoader A simple model loader for fetching media over http/https using Volley.VolleyUrlLoader.Factory The default factory forVolleyUrlLoaders.