| Package | Description |
|---|---|
| kong.unirest | |
| kong.unirest.apache |
| Modifier and Type | Method and Description |
|---|---|
default ProgressMonitor |
Body.getMonitor() |
| Modifier and Type | Method and Description |
|---|---|
R |
HttpRequest.downloadMonitor(ProgressMonitor monitor)
sets a download monitor for monitoring the response.
|
RequestBodyEntity |
RequestBodyEntity.uploadMonitor(ProgressMonitor monitor)
Set a Progress upload monitor suitable for drawing progress bars and whatnot.
|
MultipartBody |
MultipartBody.uploadMonitor(ProgressMonitor monitor)
Set a file Progress upload monitor suitable for drawing progress bars and whatnot.
|
| Constructor and Description |
|---|
ByteResponse(RawResponse r,
ProgressMonitor downloadMonitor) |
FileResponse(RawResponse r,
String path,
ProgressMonitor downloadMonitor,
CopyOption... copyOptions) |
| Constructor and Description |
|---|
MonitoringFileBody(String field,
File file,
org.apache.http.entity.ContentType contentType,
ProgressMonitor monitor) |
Copyright © 2023. All rights reserved.