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 class
AnEagerContentHandler.ContentLoaderFactory
forMimeTypes.Type.FORM_ENCODED
content, that usesFormFields.onFields(Request, Charset, int, int, Promise.Invocable)
to asynchronously load and parse the content.static class
AnEagerContentHandler.ContentLoaderFactory
forMimeTypes.Type.MULTIPART_FORM_DATA
content, that usesMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)
to asynchronously load and parse the content.static class
AnEagerContentHandler.ContentLoaderFactory
for 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 anEagerContentHandler
with the specificEagerContentHandler.ContentLoaderFactory
instancesEagerContentHandler
(Handler handler, EagerContentHandler.ContentLoaderFactory... factories) Construct anEagerContentHandler
with the specificEagerContentHandler.ContentLoaderFactory
instances