| Interface | Description | 
|---|---|
| CompletedFileUpload | 
 Represents a completed part of a multipart request. 
 | 
| FileUpload | 
 Represents a part of a  
MediaType.MULTIPART_FORM_DATA request. | 
| PartData | 
 Represents a chunk of data belonging to a part of a multipart request. 
 | 
| StreamingFileUpload | 
 Represents a part of a  
MediaType.MULTIPART_FORM_DATA request. | 
| Exception | Description | 
|---|---|
| MultipartException | 
 Exception thrown during multi part handling. 
 |