| Class Summary | |
|---|---|
| DefaultFileItem |
The default implementation of the
|
| DefaultFileItemFactory |
The default FileItemFactory implementation. |
| DeferredFileOutputStream |
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk. |
| DiskFileUpload |
High level API for processing file uploads. This class handles multiple files per single HTML widget, sent using
|
| FileItem |
This class represents a file or form item that was received within a
|
| FileItemFactory |
A factory interface for creating FileItem instances. |
| FileUpload |
High level API for processing file uploads. This class handles multiple files per single HTML widget, sent using
|
| FileUploadBase |
High level API for processing file uploads. This class handles multiple files per single HTML widget, sent using
|
| FileUploadBase.InvalidContentTypeException | Thrown to indicate that the request is not a multipart request. |
| FileUploadBase.SizeLimitExceededException | Thrown to indicate that the request size exceeds the configured maximum. |
| FileUploadBase.UnknownSizeException | Thrown to indicate that the request size is not specified. |
| FileUploadException | Exception for errors encountered while processing the request. |
| MultipartStream |
Low level API for processing file uploads. |
| MultipartStream.IllegalBoundaryException | Thrown upon attempt of setting an invalid boundary token. |
| MultipartStream.MalformedStreamException | Thrown to indicate that the input stream fails to follow the required syntax. |
| ThresholdingOutputStream | An output stream which triggers an event when a specified number of bytes of data have been written to it. |