| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpDownloader
A
Downloader which uses OkHttp to download images. |
class |
UrlConnectionDownloader
A
Downloader which uses HttpURLConnection to download images. |
| Modifier and Type | Method and Description |
|---|---|
Picasso.Builder |
Picasso.Builder.downloader(Downloader downloader)
Specify the
Downloader that will be used for downloading images. |
Copyright © 2013–2016 Square, Inc.. All rights reserved.