| Interface | Description |
|---|---|
| BlockingIOAdapter.ParserToken |
Interface representing a parser token.
|
| NioMultipartParserListener |
Listener that will be notified with the progress of the multipart parsing.
|
| PartBodyStreamStorageFactory |
Factory for a
StreamStorage. |
| Class | Description |
|---|---|
| AbstractNioMultipartListener |
NioMultipartParserListener providing empty implementation of all the callbacks. |
| BlockingIOAdapter |
Adapts the
NioMultipartParser to work with blocking IO. |
| BlockingIOAdapter.NestedEnd |
Marker
PartItem signalling the end of a nested multipart. |
| BlockingIOAdapter.NestedStart |
Marker
PartItem signalling the start of a nested multipart. |
| BlockingIOAdapter.Part |
A
PartItem representing an attachment part. |
| DefaultPartBodyStreamStorageFactory |
Default implementation of the
PartBodyStreamStorageFactory. |
| Multipart |
Easy to use fluent api to build an
NioMultipartParser (for Nio parsing) or to obtain a CloseableIterator (for Blocking IO parsing) |
| Multipart.Builder |
Builder that created an
NioMultipartParser or a CloseableIterator based on the configuration selected via the fluent API. |
| MultipartContext |
Multipart context containing:
Content Type
Content Length
Character Encoding
|
| MultipartUtils |
Utilities to parse a multipart stream.
|
| NioMultipartParser |
The main class for parsing a multipart stream in an NIO mode.
|
| Enum | Description |
|---|---|
| BlockingIOAdapter.ParserToken.Type |
Type of a token: part, nested (start) and nested (end)
|
Copyright © 2017. All rights reserved.