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 |
---|---|
FormDataBodyPart |
FormDataMultiPart.getField(String name)
Gets a form data body part given a control name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<FormDataBodyPart>> |
FormDataMultiPart.getFields()
Gets a map of form data body parts where the key is the control name
and the value is a list of one or more form data body parts.
|
List<FormDataBodyPart> |
FormDataMultiPart.getFields(String name)
Gets a list of one or more form data body parts given a control name.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDataBodyPart
An extension of
FormDataBodyPart for associating
File File as a body part entity. |
class |
StreamDataBodyPart
Represents an
InputStream based file submission as a part of the
multipart/form-data. |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.