Package io.rong.imkit.utils
Class ProxyHttpLoader
-
- All Implemented Interfaces:
public class ProxyHttpLoader
gusd @Date 2022/09/08
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ProxyHttpLoader.Factory
Factory for loading InputStreams from http/https Uris.
-
Field Summary
Fields Modifier and Type Field Description public final static Option<Integer>
TIMEOUT
-
Constructor Summary
Constructors Constructor Description ProxyHttpLoader()
-
Method Summary
Modifier and Type Method Description LoadData<InputStream>
buildLoadData(Uri model, int width, int height, Options options)
boolean
handles(Uri model)
-
-
Method Detail
-
buildLoadData
LoadData<InputStream> buildLoadData(Uri model, int width, int height, Options options)
-
handles
boolean handles(Uri model)
-
-
-
-