Package | Description |
---|---|
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
org.glassfish.jersey.media.multipart.file |
Provides support for body parts that are file attachments.
|
Modifier and Type | Method and Description |
---|---|
FormDataContentDisposition |
FormDataContentDisposition.FormDataContentDispositionBuilder.build() |
FormDataContentDisposition |
FormDataBodyPart.getFormDataContentDisposition()
Gets the form data content disposition.
|
Modifier and Type | Method and Description |
---|---|
void |
FormDataBodyPart.setFormDataContentDisposition(FormDataContentDisposition formDataContentDisposition)
Sets the form data content disposition.
|
Constructor and Description |
---|
FormDataBodyPart(FormDataContentDisposition formDataContentDisposition,
Object entity,
javax.ws.rs.core.MediaType mediaType)
Instantiates a named
FormDataBodyPart with the
specified characteristics. |
FormDataBodyPart(FormDataContentDisposition formDataContentDisposition,
String value)
Instantiates a named
FormDataBodyPart with the
specified characteristics. |
Modifier and Type | Method and Description |
---|---|
protected FormDataContentDisposition |
StreamDataBodyPart.buildContentDisposition()
Builds the body part content-disposition header which the specified
filename (or the default one if unspecified).
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.