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.