Uses of Class
org.glassfish.jersey.media.multipart.BodyPart
Packages that use BodyPart
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
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.multipartModifier and TypeClassDescriptionclassSubclass ofBodyPartwith specialized support for media typemultipart/form-data.classSubclass ofMultiPartwith specialized support for media typemultipart/form-data.classA mutable model representing a MIME MultiPart entity.Subclasses with type arguments of type BodyPart in org.glassfish.jersey.media.multipartModifier and TypeClassDescription(package private) classCustomListimplementation that maintains parentage information automatically.Methods in org.glassfish.jersey.media.multipart that return BodyPartModifier and TypeMethodDescriptionBodyPart.contentDisposition(ContentDisposition contentDisposition) Builder pattern method to return thisBodyPartafter additional configuration.Builder pattern method to return thisBodyPartafter additional configuration.Override the entity set operation on aMultiPartto throwIllegalArgumentException.BodyPartsList.remove(int index) BodyPart.type(javax.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 BodyPartMethods in org.glassfish.jersey.media.multipart with parameters of type BodyPartModifier and TypeMethodDescriptionvoidbooleanMethod parameters in org.glassfish.jersey.media.multipart with type arguments of type BodyPartModifier and TypeMethodDescriptionbooleanBodyPartsList.addAll(int index, Collection<? extends BodyPart> bps) booleanBodyPartsList.addAll(Collection<? extends BodyPart> bps) -
Uses of BodyPart in org.glassfish.jersey.media.multipart.file
Subclasses of BodyPart in org.glassfish.jersey.media.multipart.fileModifier and TypeClassDescriptionclassAn extension ofFormDataBodyPartfor associatingFileFile as a body part entity.classRepresents anInputStreambased file submission as a part of the multipart/form-data.