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 TypeClassDescriptionclassSubclass ofMultiPartwith specialized support for media typemultipart/form-data.Fields in org.glassfish.jersey.media.multipart declared as MultiPartModifier and TypeFieldDescriptionprivate MultiPartBodyPart.parentParent of this body part.(package private) MultiPartBodyPartsList.parentMethods in org.glassfish.jersey.media.multipart that return MultiPartModifier and TypeMethodDescriptionBodyPart.getParent()Returns the parentMultiPart(if any) for thisBodyPart.MultiPart.type(javax.ws.rs.core.MediaType type) Builder pattern method to return thisMultiPartafter additional configuration.Methods in org.glassfish.jersey.media.multipart with parameters of type MultiPartConstructors in org.glassfish.jersey.media.multipart with parameters of type MultiPart -
Uses of MultiPart in org.glassfish.jersey.media.multipart.internal
Classes in org.glassfish.jersey.media.multipart.internal that implement interfaces with type arguments of type MultiPartModifier and TypeClassDescriptionclassMessageBodyReaderimplementation forMultiPartentities.classMethods in org.glassfish.jersey.media.multipart.internal that return MultiPartModifier and TypeMethodDescriptionMultiPartReaderClientSide.readFrom(Class<MultiPart> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.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 MultiPartMultiPartReaderClientSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream stream) protected MultiPartMultiPartReaderServerSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream stream) Methods in org.glassfish.jersey.media.multipart.internal with parameters of type MultiPartModifier and TypeMethodDescriptionlongMultiPartWriter.getSize(MultiPart entity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidMultiPartWriter.writeTo(MultiPart entity, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.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, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.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 MultiPartMultiPartReaderClientSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream stream) protected MultiPartMultiPartReaderServerSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream stream)