Interface ProgressTracker.MultipartProgress
- All Superinterfaces:
ProgressTracker.Progress
- Enclosing class:
ProgressTracker
A progress event for a multipart body with per-part progress info.
-
Method Summary
Modifier and TypeMethodDescriptionpart()Returns the currently progressing part.booleanReturnstrueif the currently progressing part has changed from the last event.Returns current part's progress.Methods inherited from interface ProgressTracker.Progress
bytesTransferred, contentLength, determinate, done, timePassed, toString, totalBytesTransferred, totalTimePassed, value
-
Method Details
-
part
MultipartBodyPublisher.Part part()Returns the currently progressing part. -
partProgress
ProgressTracker.Progress partProgress()Returns current part's progress. -
partChanged
boolean partChanged()Returnstrueif the currently progressing part has changed from the last event.
-