Uses of Class
org.apache.commons.fileupload.MultipartStream.ProgressNotifier
-
Packages that use MultipartStream.ProgressNotifier Package Description org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867. -
-
Uses of MultipartStream.ProgressNotifier in org.apache.commons.fileupload
Fields in org.apache.commons.fileupload declared as MultipartStream.ProgressNotifier Modifier and Type Field Description private MultipartStream.ProgressNotifierFileUploadBase.FileItemIteratorImpl. notifierThe notifier, which used for triggering theProgressListener.private MultipartStream.ProgressNotifierMultipartStream. notifierThe progress notifier, if any, or null.Constructors in org.apache.commons.fileupload with parameters of type MultipartStream.ProgressNotifier Constructor Description MultipartStream(java.io.InputStream input, byte[] boundary, int bufSize, MultipartStream.ProgressNotifier pNotifier)Constructs aMultipartStreamwith a custom size buffer.MultipartStream(java.io.InputStream input, byte[] boundary, MultipartStream.ProgressNotifier pNotifier)Constructs aMultipartStreamwith a default size buffer.
-