Class EagerContentHandler.ContentLoader

java.lang.Object
org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoader
Direct Known Subclasses:
EagerContentHandler.RetainedContentLoaderFactory.RetainedContentLoader
Enclosing class:
EagerContentHandler

public abstract static class EagerContentHandler.ContentLoader extends Object
An eager content processor, created by a EagerContentHandler.ContentLoaderFactory to asynchronous load content from a Request before calling the Request.Handler.handle(Request, Response, Callback) method of the passed Handler.