Uses of Class
jakarta.mail.internet.MimeMultipart
-
Packages that use MimeMultipart Package Description org.jboss.resteasy.plugins.providers.multipart -
-
Uses of MimeMultipart in org.jboss.resteasy.plugins.providers.multipart
Methods in org.jboss.resteasy.plugins.providers.multipart that return MimeMultipart Modifier and Type Method Description MimeMultipartMimeMultipartProvider. 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 MimeMultipart Modifier and Type Method Description CompletionStage<Void>MimeMultipartProvider. 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 MimeMultipart Modifier and Type Method Description MimeMultipartMimeMultipartProvider. readFrom(Class<MimeMultipart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)Read a type from theInputStream.
-