| Package | Description |
|---|---|
| org.apache.catalina.core | |
| org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
| org.apache.tomcat.util.http.fileupload.disk | |
| org.apache.tomcat.util.http.fileupload.servlet | |
| org.apache.tomcat.util.http.fileupload.util |
| Class and Description |
|---|
| FileItem
This class represents a file or form item that was received within a
multipart/form-data POST request. |
| Class and Description |
|---|
| FileDeleteStrategy
Strategy for deleting files.
|
| 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.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.
|
| 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.
|
| ThresholdingOutputStream
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
|
| Class and Description |
|---|
| FileCleaningTracker
Keeps track of files awaiting deletion, and deletes them when an associated
marker object is reclaimed by the garbage collector.
|
| 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.
|
| 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 © 2016 JBoss by Red Hat. All rights reserved.