| Class | Description |
|---|---|
| MultipartProgressNotifier |
Internal class, which is used to invoke the
IProgressListener. |
| MultipartStream |
Low level API for processing file uploads.
|
| Exception | Description |
|---|---|
| MultipartIllegalBoundaryException |
Thrown upon attempt of setting an invalid boundary token.
|
| MultipartItemSkippedException |
This exception is thrown, if an attempt is made to read data from the
InputStream, which has been returned by
IFileItemStream.openStream(), after
Iterator.hasNext() has been invoked on the iterator, which
created the IFileItemStream. |
| MultipartMalformedStreamException |
Thrown to indicate that the input stream fails to follow the required syntax.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.