Class EagerContentHandler.MultiPartContentLoaderFactory

java.lang.Object
org.eclipse.jetty.server.handler.EagerContentHandler.MultiPartContentLoaderFactory
All Implemented Interfaces:
EagerContentHandler.ContentLoaderFactory
Enclosing class:
EagerContentHandler

public static class EagerContentHandler.MultiPartContentLoaderFactory extends Object implements EagerContentHandler.ContentLoaderFactory
An EagerContentHandler.ContentLoaderFactory for MimeTypes.Type.MULTIPART_FORM_DATA content, that uses MultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable) to asynchronously load and parse the content.
  • Constructor Details

    • MultiPartContentLoaderFactory

      public MultiPartContentLoaderFactory()
    • MultiPartContentLoaderFactory

      public MultiPartContentLoaderFactory(org.eclipse.jetty.http.MultiPartConfig multiPartConfig)
      Parameters:
      multiPartConfig - The MultiPartConfig to use for eagerly loading content; or null to look for a MultiPartConfig as a Context or Server attribute, using the class name as the attribute name.
  • Method Details