Uses of Interface
kong.unirest.core.ProgressMonitor
Packages that use ProgressMonitor
-
Uses of ProgressMonitor in kong.unirest.core
Methods in kong.unirest.core that return ProgressMonitorMethods in kong.unirest.core with parameters of type ProgressMonitorModifier and TypeMethodDescriptionHttpRequest.downloadMonitor(ProgressMonitor monitor) sets a download monitor for monitoring the response. this could be used for drawing a progress barMultipartBody.uploadMonitor(ProgressMonitor monitor) Set a file Progress upload monitor suitable for drawing progress bars and whatnot.RequestBodyEntity.uploadMonitor(ProgressMonitor monitor) Set a Progress upload monitor suitable for drawing progress bars and whatnot.Constructors in kong.unirest.core with parameters of type ProgressMonitorModifierConstructorDescriptionByteResponse(RawResponse r, ProgressMonitor downloadMonitor) FileResponse(RawResponse r, String path, ProgressMonitor downloadMonitor, CopyOption... copyOptions) MonitoringInputStream(InputStream content, ProgressMonitor downloadMonitor, String fileName, RawResponse rawResponse) MonitoringInputStream(InputStream content, ProgressMonitor downloadMonitor, Path target, RawResponse rawResponse)