All Classes and Interfaces

Class
Description
A mutable model representing a body part nested inside a MIME MultiPart entity.
Proxy class representing the entity of a BodyPart when a MultiPart entity is received and parsed.
Utility for creating boundary parameters.
A content disposition header.
Builder to build content disposition.
This enum represents file extension and MIME types of commonly used file.
Reader supporting List<EntityPart> Make sure GenericEntity class is used when reading the EntityParts.
Writer supporting List<EntityPart> Make sure GenericEntity class is used when sending the EntityParts.
An extension of FormDataBodyPart for associating File File as a body part entity.
Subclass of BodyPart with specialized support for media type multipart/form-data.
A form-data content disposition header.
Builder to build form data content disposition.
Subclass of MultiPart with specialized support for media type multipart/form-data.
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
A parameter-based exception for errors with FormDataParam.
Feature providing support for FormDataParam parameter injection.
Jersey implementation of EntityPart.Builder.
Defines string formatting method for each constant in the resource file
An interface which allows developers implement their own media type predictor.
A mutable model representing a MIME MultiPart entity.
Feature used to register Multipart providers.
Automatic registration of MultiPartFeature.
Convenience MediaType (and associated String) manifest constants.
Injectable JavaBean containing the configuration parameters for jersey-multipart as used in this particular application.
MessageBodyReader implementation for MultiPart entities.
MessageBodyReader implementation for MultiPart entities.
Provider MessageBodyWriter implementation for MultiPart entities.
 
 
Represents an InputStream based file submission as a part of the multipart/form-data.