Package | Description |
---|---|
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
Modifier and Type | Class and Description |
---|---|
static class |
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition>
Builder to build content disposition.
|
Modifier and Type | Class and Description |
---|---|
class |
FormDataContentDisposition
A form-data content disposition header.
|
Modifier and Type | Field and Description |
---|---|
protected ContentDisposition |
BodyPart.contentDisposition |
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
BodyPart.getContentDisposition()
Gets the content disposition.
|
ContentDisposition |
FormDataBodyPart.getContentDisposition()
Overrides the behaviour on
BodyPart to ensure that
only instances of FormDataContentDisposition can be obtained. |
Modifier and Type | Method and Description |
---|---|
BodyPart |
BodyPart.contentDisposition(ContentDisposition contentDisposition)
Builder pattern method to return this
BodyPart after
additional configuration. |
void |
BodyPart.setContentDisposition(ContentDisposition contentDisposition)
Sets the content disposition.
|
void |
FormDataBodyPart.setContentDisposition(ContentDisposition contentDisposition)
Overrides the behaviour on
BodyPart to ensure that
only instances of FormDataContentDisposition can be set. |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.