| Package | Description |
|---|---|
| org.glassfish.jersey.media.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(Object entity,
MediaType mediaType)
|
MultiPart |
BodyPart.getParent()
Returns the parent
MultiPart (if any) for this BodyPart. |
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)
Sets the parent
MultiPart (if any) for this BodyPart. |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.