Uses of Class
org.glassfish.jersey.media.multipart.BodyPart
-
Packages that use BodyPart Package Description org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formatsorg.glassfish.jersey.media.multipart.file Provides support for body parts that are file attachments. -
-
Uses of BodyPart in org.glassfish.jersey.media.multipart
Subclasses of BodyPart in org.glassfish.jersey.media.multipart Modifier and Type Class Description classFormDataBodyPartSubclass ofBodyPartwith specialized support for media typemultipart/form-data.classFormDataMultiPartSubclass ofMultiPartwith specialized support for media typemultipart/form-data.classMultiPartA mutable model representing a MIME MultiPart entity.Methods in org.glassfish.jersey.media.multipart that return BodyPart Modifier and Type Method Description BodyPartBodyPart. contentDisposition(ContentDisposition contentDisposition)Builder pattern method to return thisBodyPartafter additional configuration.BodyPartBodyPart. entity(Object entity)Builder pattern method to return thisBodyPartafter additional configuration.BodyPartMultiPart. entity(Object entity)Override the entity set operation on aMultiPartto throwIllegalArgumentException.BodyPartBodyPart. type(jakarta.ws.rs.core.MediaType type)Builder pattern method to return thisBodyPartafter additional configuration.Methods in org.glassfish.jersey.media.multipart that return types with arguments of type BodyPart Modifier and Type Method Description List<BodyPart>MultiPart. getBodyParts()Methods in org.glassfish.jersey.media.multipart with parameters of type BodyPart Modifier and Type Method Description MultiPartMultiPart. bodyPart(BodyPart bodyPart) -
Uses of BodyPart in org.glassfish.jersey.media.multipart.file
Subclasses of BodyPart in org.glassfish.jersey.media.multipart.file Modifier and Type Class Description classFileDataBodyPartAn extension ofFormDataBodyPartfor associatingFileFile as a body part entity.classStreamDataBodyPartRepresents anInputStreambased file submission as a part of the multipart/form-data.
-