Uses of Class
org.apache.commons.fileupload.MultipartStream.ProgressNotifier
Packages that use MultipartStream.ProgressNotifier
-
Uses of MultipartStream.ProgressNotifier in org.apache.commons.fileupload
Fields in org.apache.commons.fileupload declared as MultipartStream.ProgressNotifierModifier and TypeFieldDescriptionprivate final MultipartStream.ProgressNotifierFileUploadBase.FileItemIteratorImpl.notifierThe notifier, which used for triggering theProgressListener.private final MultipartStream.ProgressNotifierMultipartStream.notifierThe progress notifier, if any, or null.Constructors in org.apache.commons.fileupload with parameters of type MultipartStream.ProgressNotifierModifierConstructorDescriptionMultipartStream(InputStream input, byte[] boundary, int bufSize, MultipartStream.ProgressNotifier notifier) Constructs aMultipartStreamwith a custom size buffer.(package private)MultipartStream(InputStream input, byte[] boundary, MultipartStream.ProgressNotifier notifier) Constructs aMultipartStreamwith a default size buffer.