Interface | Description |
---|---|
MultipartEntryHandler |
General interface for processing
MultipartEntry s, 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 © 2015 Oracle Corporation. All rights reserved.