| Class | Description |
|---|---|
| FencedOutputStream | |
| HeaderParser |
This decodes the headers.
|
| MiniParser |
Small parser which can decode the "parameter=value; param=value" format used
by the upload format.
|
| MultipartStream |
Low level API for processing file uploads.
|
| UploadHttpRequestWrapper | |
| UploadItem |
An item that was gotten through the multipart/form data code.
|
| UploadParser |
This is a file upload parser which parses input type=file
requests as posted from forms.
|
| Exception | Description |
|---|---|
| FileUploadException | |
| FileUploadInterruptedException |
Thrown when EOF or connection reset is detected during upload.
|
| FileUploadSizeExceededException | |
| 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.
|
Copyright © 2017 etc.to. All rights reserved.