All Classes and Interfaces

Class
Description
High level API for processing file uploads.
 
The default implementation of the FileItem interface.
Builds a new DiskFileItem instance.
The default FileItemFactory implementation.
Builds a new DiskFileItemFactory instance.
This class represents a file or form item that was received within a multipart/form-data POST request.
Creates FileItem instances.
Abstracts building for subclasses.
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
Provides access to headers.
Provides access to a file or form item that was received within a multipart/form-data POST request.
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemInput.getInputStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemInput.
Signals that a file size exceeds the configured maximum.
Signals that a request is not a multipart request.
Signals errors encountered while processing the request.
Signals that a request contains more files than the specified limit.
Signals that a requests permitted size is exceeded.
Low-level API for processing file uploads.
Builds a new MultipartInput instance.
Signals an attempt to set an invalid boundary token.
Signals that the input stream fails to follow the required syntax.
Internal class, which is used to invoke the ProgressListener.
A simple parser intended to parse sequences of name/value pairs.
Receives progress information.
Abstracts access to the request information needed for file uploads.