Class ResourceContentFactory

java.lang.Object
org.eclipse.jetty.server.ResourceContentFactory
All Implemented Interfaces:
HttpContent.ContentFactory

@Deprecated(since="2021-05-27") public class ResourceContentFactory extends Object implements HttpContent.ContentFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
An HttpContent.Factory for transient content (not cached). The HttpContent's created by this factory are not intended to be cached, so memory limits for individual HttpOutput streams are enforced.