| Package | Description |
|---|---|
| com.sun.jersey.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormDataMultiPart
Subclass of
MultiPart with specialized support for media type
multipart/form-data. |
| Modifier and Type | Method and Description |
|---|---|
MultiPart |
MultiPart.bodyPart(BodyPart bodyPart)
|
MultiPart |
MultiPart.bodyPart(java.lang.Object entity,
MediaType mediaType)
|
MultiPart |
BodyPart.getParent()
|
MultiPart |
MultiPart.type(MediaType type)
Builder pattern method to return this
MultiPart after
additional configuration. |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyPart.setParent(MultiPart parent)
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.