Uses of Interface
org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoaderFactory
Packages that use EagerContentHandler.ContentLoaderFactory
- 
Uses of EagerContentHandler.ContentLoaderFactory in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement EagerContentHandler.ContentLoaderFactoryModifier and TypeClassDescriptionstatic classAnEagerContentHandler.ContentLoaderFactoryforMimeTypes.Type.FORM_ENCODEDcontent, that usesFormFields.onFields(Request, Charset, int, int, Promise.Invocable)to asynchronously load and parse the content.static classAnEagerContentHandler.ContentLoaderFactoryforMimeTypes.Type.MULTIPART_FORM_DATAcontent, that usesMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)to asynchronously load and parse the content.static classAnEagerContentHandler.ContentLoaderFactoryfor any content, that usesRetainable.retain()to eagerly load content with zero copies, until all content is read or a maximum size is exceeded.Constructors in org.eclipse.jetty.server.handler with parameters of type EagerContentHandler.ContentLoaderFactoryModifierConstructorDescriptionEagerContentHandler(EagerContentHandler.ContentLoaderFactory... factories) Construct anEagerContentHandlerwith the specificEagerContentHandler.ContentLoaderFactoryinstancesEagerContentHandler(Handler handler, EagerContentHandler.ContentLoaderFactory... factories) Construct anEagerContentHandlerwith the specificEagerContentHandler.ContentLoaderFactoryinstances