|
Class Summary |
| BufferedMultipartInputStream |
This class implements buffering for an InputStream as well as a
readLine method. |
| DiskFile |
|
| DiskMultipartRequestHandler |
This is a MultipartRequestHandler that writes file data directly to
to temporary files on disk. |
| MultipartElement |
This class represents an element in a multipart request.
|
| MultipartIterator |
The MultipartIterator class is responsible for reading the
input data of a multipart request and splitting it up into
input elements, wrapped inside of a
MultipartElement
for easy definition. |
| MultipartRequestWrapper |
This class functions as a wrapper around HttpServletRequest to
provide working getParameter methods for multipart requests. |
| MultipartValueStream |
This class implements an inputStream that reads another stream until
a multipart boundary is found. |