public static class OkHttpUrlLoader.Factory
extends java.lang.Object
OkHttpUrlLoaders.| Constructor and Description |
|---|
Factory()
Constructor for a new Factory that runs requests using a static singleton client.
|
Factory(Call.Factory client)
Constructor for a new Factory that runs requests using given client.
|
| Modifier and Type | Method and Description |
|---|---|
<any> |
build(MultiModelLoaderFactory multiFactory) |
void |
teardown() |
public Factory()
public Factory(Call.Factory client)
client - this is typically an instance of OkHttpClient.