Uses of Interface
kong.unirest.core.ProgressMonitor
-
Packages that use ProgressMonitor Package Description kong.unirest.core -
-
Uses of ProgressMonitor in kong.unirest.core
Methods in kong.unirest.core that return ProgressMonitor Modifier and Type Method Description default ProgressMonitorBody. getMonitor()Methods in kong.unirest.core with parameters of type ProgressMonitor Modifier and Type Method Description RHttpRequest. downloadMonitor(ProgressMonitor monitor)sets a download monitor for monitoring the response.MultipartBodyMultipartBody. uploadMonitor(ProgressMonitor monitor)Set a file Progress upload monitor suitable for drawing progress bars and whatnot.RequestBodyEntityRequestBodyEntity. uploadMonitor(ProgressMonitor monitor)Set a Progress upload monitor suitable for drawing progress bars and whatnot.Constructors in kong.unirest.core with parameters of type ProgressMonitor Constructor Description ByteResponse(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)
-