Uses of Class
jakarta.mail.internet.MimeMultipart
Packages that use MimeMultipart
-
Uses of MimeMultipart in org.jboss.resteasy.plugins.providers.multipart
Methods in org.jboss.resteasy.plugins.providers.multipart that return MimeMultipartModifier and TypeMethodDescriptionMimeMultipartProvider.readFrom(Class<MimeMultipart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Read a type from theInputStream.Methods in org.jboss.resteasy.plugins.providers.multipart with parameters of type MimeMultipartModifier and TypeMethodDescriptionMimeMultipartProvider.asyncWriteTo(MimeMultipart mimeMultipart, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) voidMimeMultipartProvider.writeTo(MimeMultipart mimeMultipart, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Write a type to an HTTP message.Method parameters in org.jboss.resteasy.plugins.providers.multipart with type arguments of type MimeMultipartModifier and TypeMethodDescriptionMimeMultipartProvider.readFrom(Class<MimeMultipart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Read a type from theInputStream.