Uses of Interface
org.eclipse.jetty.http.content.HttpContent.Factory
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of HttpContent.Factory in org.eclipse.jetty.http.content
Modifier and TypeClassDescriptionclass
HttpContent.Factory
implementation that wraps any otherHttpContent.Factory
instance using it as a caching authority.class
class
ThisHttpContent.Factory
populates theHttpContent.getPreCompressedContentFormats()
field for anyHttpContent
fetched through this factory.class
An HttpContent.Factory for transient content (not cached).class
HttpContent.Factory
implementation ofCachingHttpContentFactory
which evicts invalid entries from the cache.class
AnHttpContent.Factory
implementation which takes a Resource and fakes this resource as an entry in every directory.ModifierConstructorDescriptionCachingHttpContentFactory
(HttpContent.Factory authority, ByteBufferPool bufferPool) Construct aFileMappingHttpContentFactory
which can use file mapped buffers.FileMappingHttpContentFactory
(HttpContent.Factory factory, int minFileSize) Construct aFileMappingHttpContentFactory
which can use file mapped buffers.PreCompressedHttpContentFactory
(HttpContent.Factory factory, List<CompressedContentFormat> preCompressedFormats) PreCompressedHttpContentFactory
(HttpContent.Factory factory, CompressedContentFormat[] preCompressedFormats) ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.VirtualHttpContentFactory
(HttpContent.Factory factory, Resource resource, String contentType) -
Uses of HttpContent.Factory in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionvoid
ResourceService.setHttpContentFactory
(HttpContent.Factory contentFactory) -
Uses of HttpContent.Factory in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionResourceHandler.getHttpContentFactory()
protected HttpContent.Factory
ResourceHandler.newHttpContentFactory()