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 TypeClassDescriptionclass
Subclass ofBodyPart
with specialized support for media typemultipart/form-data
.class
Subclass ofMultiPart
with specialized support for media typemultipart/form-data
.class
A mutable model representing a MIME MultiPart entity.Methods in org.glassfish.jersey.media.multipart that return BodyPartModifier and TypeMethodDescriptionBodyPart.contentDisposition
(ContentDisposition contentDisposition) Builder pattern method to return thisBodyPart
after additional configuration.Builder pattern method to return thisBodyPart
after additional configuration.Override the entity set operation on aMultiPart
to throwIllegalArgumentException
.Builder pattern method to return thisBodyPart
after 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 BodyPart -
Uses of BodyPart in org.glassfish.jersey.media.multipart.file
Subclasses of BodyPart in org.glassfish.jersey.media.multipart.fileModifier and TypeClassDescriptionclass
An extension ofFormDataBodyPart
for associatingFile
File as a body part entity.class
Represents anInputStream
based file submission as a part of the multipart/form-data.