Uses of Interface
kong.unirest.ProgressMonitor
-
Packages that use ProgressMonitor Package Description kong.unirest -
-
Uses of ProgressMonitor in kong.unirest
Methods in kong.unirest that return ProgressMonitor Modifier and Type Method Description default ProgressMonitorBody. getMonitor()Methods in kong.unirest 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 with parameters of type ProgressMonitor Constructor Description FileResponse(RawResponse r, String path, ProgressMonitor downloadMonitor, CopyOption... copyOptions)
-