Class MultipartInputImpl

java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
All Implemented Interfaces:
ProvidersContextRetainer, MultipartInput
Direct Known Subclasses:
MultipartFormDataInputImpl, MultipartRelatedInputImpl

public class MultipartInputImpl extends Object implements MultipartInput, ProvidersContextRetainer
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • contentType

      protected jakarta.ws.rs.core.MediaType contentType
    • workers

      protected jakarta.ws.rs.ext.Providers workers
    • parts

      protected List<InputPart> parts
    • empty

      protected static final Annotation[] empty
    • defaultPartContentType

      protected jakarta.ws.rs.core.MediaType defaultPartContentType
    • defaultPartCharset

      protected String defaultPartCharset
    • savedProviders

      protected jakarta.ws.rs.ext.Providers savedProviders
  • Constructor Details

    • MultipartInputImpl

      public MultipartInputImpl(jakarta.ws.rs.core.MediaType contentType, jakarta.ws.rs.ext.Providers workers)
    • MultipartInputImpl

      public MultipartInputImpl(jakarta.ws.rs.core.MediaType contentType, jakarta.ws.rs.ext.Providers workers, jakarta.ws.rs.core.MediaType defaultPartContentType, String defaultPartCharset)
    • MultipartInputImpl

      public MultipartInputImpl(org.apache.james.mime4j.dom.Multipart multipart, jakarta.ws.rs.ext.Providers workers) throws IOException
      Throws:
      IOException
  • Method Details