|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.apache.commons.fileupload used by org.apache.commons.fileupload | |
---|---|
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. |
|
FileItem
This class represents a file or form item that was received within a multipart/form-data POST request. |
|
FileItemFactory
A factory interface for creating FileItem instances. |
|
FileUploadBase
High level API for processing file uploads. |
|
FileUploadException
Exception for errors encountered while processing the request. |
|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |