VolleyStreamFetcher

open class VolleyStreamFetcher

A DataFetcher backed by volley for fetching images via http.

Constructors

Link copied to clipboard
open fun VolleyStreamFetcher(requestQueue: RequestQueue, url: GlideUrl)
Link copied to clipboard
open fun VolleyStreamFetcher(    requestQueue: RequestQueue,     url: GlideUrl,     requestFactory: VolleyRequestFactory)

Types

Link copied to clipboard
open class GlideRequest
Default com.android.volley.

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun cleanup()
Link copied to clipboard
open fun getDataClass(): Class<InputStream>
Link copied to clipboard
open fun getDataSource(): DataSource
Link copied to clipboard
open fun loadData(priority: Priority, callback: DataCallback<? super InputStream>)

Properties

Link copied to clipboard
val DEFAULT_REQUEST_FACTORY: VolleyRequestFactory