Class HttpUriLoader
- java.lang.Object
-
- com.bumptech.glide.load.model.UrlUriLoader<java.io.InputStream>
-
- com.bumptech.glide.load.model.stream.HttpUriLoader
-
- All Implemented Interfaces:
ModelLoader<android.net.Uri,java.io.InputStream>
@Deprecated public class HttpUriLoader extends UrlUriLoader<java.io.InputStream>
Deprecated.UseUrlUriLoaderinsteadLoadsInputStreams from http or httpsUris.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpUriLoader.FactoryDeprecated.UseUrlUriLoader.StreamFactoryinstead-
Nested classes/interfaces inherited from class com.bumptech.glide.load.model.UrlUriLoader
UrlUriLoader.StreamFactory
-
Nested classes/interfaces inherited from interface com.bumptech.glide.load.model.ModelLoader
ModelLoader.LoadData<Data>
-
-
Constructor Summary
Constructors Constructor Description HttpUriLoader(ModelLoader<GlideUrl,java.io.InputStream> urlLoader)Deprecated.
-
Method Summary
-
Methods inherited from class com.bumptech.glide.load.model.UrlUriLoader
buildLoadData, handles
-
-
-
-
Constructor Detail
-
HttpUriLoader
public HttpUriLoader(ModelLoader<GlideUrl,java.io.InputStream> urlLoader)
Deprecated.
-
-