All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractFileUpload<R,I extends FileItem<I>,F extends FileItemFactory<I>> |
High level API for processing file uploads.
|
| AbstractRequestContext<T> |
Abstracts a RequestContext for implementations.
|
| DeferrableOutputStream |
An OutputStream, which keeps its data in memory, until a configured
threshold is reached.
|
| DeferrableOutputStream.Listener |
Interface of a listener object, that wishes to be notified about
state changes.
|
| DeferrableOutputStream.State |
|
| DiskFileItem |
The default implementation of the FileItem interface.
|
| DiskFileItem.Builder |
|
| DiskFileItemFactory |
|
| DiskFileItemFactory.Builder |
|
| FileItem<F extends FileItem<F>> |
This class represents a file or form item that was received within a multipart/form-data POST request.
|
| FileItemFactory<I extends FileItem<I>> |
|
| FileItemFactory.AbstractFileItemBuilder<I extends FileItem<I>,B extends FileItemFactory.AbstractFileItemBuilder<I,B>> |
Abstracts building for subclasses.
|
| FileItemHeaders |
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
|
| FileItemHeadersProvider<T extends FileItemHeadersProvider<T>> |
Provides access to headers.
|
| FileItemInput |
Provides access to a file or form item that was received within a multipart/form-data POST request.
|
| FileItemInput.ItemSkippedException |
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.
|
| FileItemInputIterator |
|
| FileUploadByteCountLimitException |
Signals that a file size exceeds the configured maximum.
|
| FileUploadContentTypeException |
Signals that a request is not a multipart request.
|
| FileUploadException |
Signals errors encountered while processing the request.
|
| FileUploadFileCountLimitException |
Signals that a request contains more files than the specified limit.
|
| FileUploadSizeException |
Signals that a requests permitted size is exceeded.
|
| MultipartInput |
Low-level API for processing file uploads.
|
| MultipartInput.Builder |
|
| MultipartInput.FileUploadBoundaryException |
Signals an attempt to set an invalid boundary token.
|
| MultipartInput.MalformedStreamException |
Signals that the input stream fails to follow the required syntax.
|
| MultipartInput.ProgressNotifier |
|
| ParameterParser |
A simple parser intended to parse sequences of name/value pairs.
|
| ProgressListener |
Receives progress information.
|
| RequestContext |
Abstracts access to the request information needed for file uploads.
|