Uses of Class
org.apache.commons.fileupload2.core.MultipartInput.ProgressNotifier
Packages that use MultipartInput.ProgressNotifier
-
Uses of MultipartInput.ProgressNotifier in org.apache.commons.fileupload2.core
Fields in org.apache.commons.fileupload2.core declared as MultipartInput.ProgressNotifierModifier and TypeFieldDescriptionprivate final MultipartInput.ProgressNotifierMultipartInput.notifierThe progress notifier, if any, or null.private MultipartInput.ProgressNotifierFileItemInputIteratorImpl.progressNotifierThe notifier, which used for triggering theProgressListener.private MultipartInput.ProgressNotifierMultipartInput.Builder.progressNotifierProgress notifier.Methods in org.apache.commons.fileupload2.core with parameters of type MultipartInput.ProgressNotifierModifier and TypeMethodDescriptionMultipartInput.Builder.setProgressNotifier(MultipartInput.ProgressNotifier progressNotifier) Sets the progress notifier.Constructors in org.apache.commons.fileupload2.core with parameters of type MultipartInput.ProgressNotifierModifierConstructorDescriptionprivateMultipartInput(InputStream input, byte[] boundary, int bufferSize, MultipartInput.ProgressNotifier notifier) Constructs aMultipartInputwith a custom size buffer.