public final class CountingRequestBody
extends RequestBody
| Modifier and Type | Class and Description |
|---|---|
protected class |
CountingRequestBody.CountingSink |
| Constructor and Description |
|---|
CountingRequestBody(RequestBody body,
ProgressHandler progress,
long totalSize,
CancellationHandler cancellationHandler) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
MediaType |
contentType() |
void |
writeTo(BufferedSink sink) |
public CountingRequestBody(RequestBody body,
ProgressHandler progress,
long totalSize,
CancellationHandler cancellationHandler)