Glide
okhttp3
/
com.bumptech.glide.integration.okhttp3
/
OkHttpStreamFetcher
Ok
Http
Stream
Fetcher
open
class
OkHttpStreamFetcher
Content copied to clipboard
Fetches an
InputStream
using the okhttp library.
Constructors
Functions
Constructors
Ok
Http
Stream
Fetcher
Link copied to clipboard
open
fun
OkHttpStreamFetcher
(
client
:
Factory
,
url
:
GlideUrl
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Content copied to clipboard
cleanup
Link copied to clipboard
open
fun
cleanup
(
)
Content copied to clipboard
get
Data
Class
Link copied to clipboard
open
fun
getDataClass
(
)
:
Class
<
InputStream
>
Content copied to clipboard
get
Data
Source
Link copied to clipboard
open
fun
getDataSource
(
)
:
DataSource
Content copied to clipboard
load
Data
Link copied to clipboard
open
fun
loadData
(
priority
:
Priority
,
callback
:
DataCallback<? super InputStream>
)
Content copied to clipboard
on
Failure
Link copied to clipboard
open
fun
onFailure
(
call
:
Call
,
e
:
IOException
)
Content copied to clipboard
on
Response
Link copied to clipboard
open
fun
onResponse
(
call
:
Call
,
response
:
Response
)
Content copied to clipboard