public class ProgressBody
extends RequestBody
| Constructor and Description |
|---|
ProgressBody(RequestBody body,
LifecycleOwner lifecycleOwner,
OnUpdateListener<?> listener) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
MediaType |
contentType() |
void |
writeTo(BufferedSink sink) |
public ProgressBody(RequestBody body,
LifecycleOwner lifecycleOwner,
OnUpdateListener<?> listener)