- 
The default implementation of the  FileItem interface. 
 
 This class represents a file or form item that was received within a multipart/form-dataPOST request.
 
 
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-dataPOST request.
 
 
Provides access to headers. 
 
Provides access to a file or form item that was received within a multipart/form-dataPOST request.
 
 
Signals errors encountered while processing the request. 
 
Signals that a requests permitted size is exceeded. 
 
Low-level API for processing file uploads. 
 
Signals an attempt to set an invalid boundary token. 
 
Signals that the input stream fails to follow the required syntax. 
 
Receives progress information. 
 
Abstracts access to the request information needed for file uploads.