Uses of Interface
kong.unirest.core.ProgressMonitor
Packages that use ProgressMonitor
-
Uses of ProgressMonitor in kong.unirest.core
Fields in kong.unirest.core declared as ProgressMonitorModifier and TypeFieldDescriptionprivate ProgressMonitorBaseRequest.downloadMonitorprivate final ProgressMonitorMonitoringInputStream.downloadMonitorprivate ProgressMonitorHttpRequestMultiPart.monitorprivate ProgressMonitorHttpRequestUniBody.monitorMethods in kong.unirest.core that return ProgressMonitorModifier and TypeMethodDescriptionBaseRequest.getDownloadMonitor()default ProgressMonitorBody.getMonitor()HttpRequestMultiPart.getMonitor()HttpRequestUniBody.getMonitor()Methods in kong.unirest.core with parameters of type ProgressMonitorModifier and TypeMethodDescriptionBaseRequest.downloadMonitor(ProgressMonitor monitor) HttpRequest.downloadMonitor(ProgressMonitor monitor) sets a download monitor for monitoring the response.private InputStreamFileResponse.getContent(RawResponse r, ProgressMonitor downloadMonitor, Path target) HttpRequestMultiPart.uploadMonitor(ProgressMonitor uploadMonitor) HttpRequestUniBody.uploadMonitor(ProgressMonitor progressMonitor) MultipartBody.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) -
Uses of ProgressMonitor in kong.unirest.core.java
Fields in kong.unirest.core.java declared as ProgressMonitorModifier and TypeFieldDescriptionprivate ProgressMonitorMonitoringInputStream.monitorprivate final ProgressMonitorMultipartBodyPublisher.monitorprivate final ProgressMonitorMultipartSubscription.monitorprivate final ProgressMonitorPartSubscriber.monitorMethods in kong.unirest.core.java with parameters of type ProgressMonitorModifier and TypeMethodDescription(package private) MultipartBodyPublisherMultipartBodyPublisher.Builder.build(ProgressMonitor monitor) Creates and returns a newMultipartBodyPublisherwith a snapshot of the added parts.Constructors in kong.unirest.core.java with parameters of type ProgressMonitorModifierConstructorDescriptionMonitoringInputStream(InputStream value, ProgressMonitor monitor) privateMultipartBodyPublisher(List<Part> parts, ProgressMonitor monitor, String boundary) (package private)MultipartSubscription(String boundary, List<Part> parts, ProgressMonitor monitor, Flow.Subscriber<? super ByteBuffer> downstream) (package private)PartSubscriber(MultipartSubscription downstream, Part part, ProgressMonitor monitor)