| Class and Description |
|---|
| DefaultFileItemFactory
Deprecated.
1.1 Use
DiskFileItemFactory instead. |
| 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. |
| 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. |
| FileItemHeadersSupport
Interface that will indicate that
FileItem or FileItemStream
implementations will accept the headers read for the item. |
| FileItemIterator
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext). |
| FileItemStream
This interface provides access to a file or form item that was
received within a
multipart/form-data POST request. |
| FileUploadBase
High level API for processing file uploads.
|
| FileUploadBase.FileUploadIOException
This exception is thrown for hiding an inner
FileUploadException in an IOException. |
| FileUploadBase.SizeException
This exception is thrown, if a requests permitted size
is exceeded.
|
| 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.
|
| MultipartStream.ProgressNotifier
Internal class, which is used to invoke the
ProgressListener. |
| ProgressListener
The
ProgressListener may be used to display a progress bar
or do stuff like that. |
| RequestContext
Abstracts access to the request information needed for file uploads.
|
| Class and Description |
|---|
| 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. |
| 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. |
| FileItemHeadersSupport
Interface that will indicate that
FileItem or FileItemStream
implementations will accept the headers read for the item. |
| Class and Description |
|---|
| 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. |
| FileItemIterator
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext). |
| FileUpload
High level API for processing file uploads.
|
| FileUploadBase
High level API for processing file uploads.
|
| FileUploadException
Exception for errors encountered while processing the request.
|
| RequestContext
Abstracts access to the request information needed for file uploads.
|
| UploadContext
Enhanced access to the request information needed for file uploads,
which fixes the Content Length data access in
RequestContext. |
| Class and Description |
|---|
| 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. |
| FileItemIterator
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext). |
| FileUpload
High level API for processing file uploads.
|
| FileUploadBase
High level API for processing file uploads.
|
| FileUploadException
Exception for errors encountered while processing the request.
|
| RequestContext
Abstracts access to the request information needed for file uploads.
|
| UploadContext
Enhanced access to the request information needed for file uploads,
which fixes the Content Length data access in
RequestContext. |
| Class and Description |
|---|
| 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. |
Copyright © 2002–2019 Marc Magon. All rights reserved.