Uses of Interface
org.jboss.resteasy.plugins.providers.multipart.MultipartInput
-
Uses of MultipartInput in org.jboss.resteasy.plugins.providers.multipart
Modifier and TypeInterfaceDescriptioninterface
interface
Represents a multipart/related (RFC2387) incoming mime message.Modifier and TypeClassDescriptionclass
class
class
ImplementsMultipartRelatedInput
by extendingMultipartInputImpl
and adding multipart/related functionality.Modifier and TypeMethodDescriptionMultipartReader.readFrom
(Class<MultipartInput> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Modifier and TypeMethodDescriptionMultipartReader.readFrom
(Class<MultipartInput> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream)