Uses of Class
org.glassfish.jersey.media.multipart.MultiPart
Packages that use MultiPart
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
Jersey multipart media support internal classes.
-
Uses of MultiPart in org.glassfish.jersey.media.multipart
Subclasses of MultiPart in org.glassfish.jersey.media.multipartModifier and TypeClassDescriptionclass
Subclass ofMultiPart
with specialized support for media typemultipart/form-data
.Methods in org.glassfish.jersey.media.multipart that return MultiPartModifier and TypeMethodDescriptionBodyPart.getParent()
Returns the parentMultiPart
(if any) for thisBodyPart
.Builder pattern method to return thisMultiPart
after additional configuration.Methods in org.glassfish.jersey.media.multipart with parameters of type MultiPart -
Uses of MultiPart in org.glassfish.jersey.media.multipart.internal
Methods in org.glassfish.jersey.media.multipart.internal that return MultiPartModifier and TypeMethodDescriptionMultiPartReaderClientSide.readFrom
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream) Reads the entire list of body parts from the Input stream, using the appropriate provider implementation to de-serialize each body part's entity.protected MultiPart
MultiPartReaderClientSide.readMultiPart
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream) protected MultiPart
MultiPartReaderServerSide.readMultiPart
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream) Methods in org.glassfish.jersey.media.multipart.internal with parameters of type MultiPartModifier and TypeMethodDescriptionlong
MultiPartWriter.getSize
(MultiPart entity, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) void
MultiPartWriter.writeTo
(MultiPart entity, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> headers, OutputStream stream) Write the entire list of body parts to the output stream, using the appropriate provider implementation to serialize each body part's entity.Method parameters in org.glassfish.jersey.media.multipart.internal with type arguments of type MultiPartModifier and TypeMethodDescriptionMultiPartReaderClientSide.readFrom
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream) Reads the entire list of body parts from the Input stream, using the appropriate provider implementation to de-serialize each body part's entity.protected MultiPart
MultiPartReaderClientSide.readMultiPart
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream) protected MultiPart
MultiPartReaderServerSide.readMultiPart
(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream stream)