Package | Description |
---|---|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
com.sun.jersey.multipart.file |
Provides support for body parts that are file attachments.
|
Modifier and Type | Method and Description |
---|---|
FormDataContentDisposition |
FormDataContentDisposition.FormDataContentDispositionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
FormDataContentDisposition |
FormDataBodyPart.getFormDataContentDisposition()
Get the form data content disposition.
|
Modifier and Type | Method and Description |
---|---|
void |
FormDataBodyPart.setFormDataContentDisposition(FormDataContentDisposition cd)
Set the form data content disposition.
|
Constructor and Description |
---|
FormDataBodyPart(FormDataContentDisposition fdcd,
Object entity,
javax.ws.rs.core.MediaType mediaType)
Instantiate a named
FormDataBodyPart with the
specified characteristics. |
FormDataBodyPart(FormDataContentDisposition fdcd,
String value)
Instantiate 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 © 2013 Oracle Corporation. All rights reserved.