| Interface | Description |
|---|---|
| MultipartEntryHandler |
General interface for processing
MultipartEntrys, one by one. |
| Class | Description |
|---|---|
| ContentDisposition |
Content-Disposition representation.
|
| ContentDisposition.ParamValue | |
| MultipartContext |
Contains auxiliary information about multipart processing.
|
| MultipartEntry |
Abstraction represents single multipart entry, its functionality is pretty
similar to
Request. |
| MultipartReadHandler |
ReadHandler, which implements the miltipart message parsing logic
and delegates control to a MultipartEntryHandler, when MultipartEntry
data becomes available. |
| MultipartScanner |
Entry point for the multipart message processing.
|
Copyright © 2024 Oracle Corporation. All rights reserved.