Uses of Interface
org.eclipse.jetty.http.content.HttpContent.Factory
Packages that use HttpContent.Factory
-
Uses of HttpContent.Factory in org.eclipse.jetty.http.content
Classes in org.eclipse.jetty.http.content that implement HttpContent.FactoryModifier and TypeClassDescriptionclassHttpContent.Factoryimplementation that wraps any otherHttpContent.Factoryinstance using it as a caching authority.classclassThisHttpContent.Factorypopulates theHttpContent.getPreCompressedContentFormats()field for anyHttpContentfetched through this factory.classAn HttpContent.Factory for transient content (not cached).classHttpContent.Factoryimplementation ofCachingHttpContentFactorywhich evicts invalid entries from the cache.classAnHttpContent.Factoryimplementation which takes a Resource and fakes this resource as an entry in every directory.Constructors in org.eclipse.jetty.http.content with parameters of type HttpContent.FactoryModifierConstructorDescriptionCachingHttpContentFactory(HttpContent.Factory authority, org.eclipse.jetty.io.ByteBufferPool bufferPool) Construct aFileMappingHttpContentFactorywhich can use file mapped buffers.FileMappingHttpContentFactory(HttpContent.Factory factory, int minFileSize) Construct aFileMappingHttpContentFactorywhich can use file mapped buffers.PreCompressedHttpContentFactory(HttpContent.Factory factory, List<CompressedContentFormat> preCompressedFormats) PreCompressedHttpContentFactory(HttpContent.Factory factory, CompressedContentFormat[] preCompressedFormats) ValidatingCachingHttpContentFactory(HttpContent.Factory authority, long validationPeriod, org.eclipse.jetty.io.ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactorywhich validates entries upon use to check if they are still valid.ValidatingCachingHttpContentFactory(HttpContent.Factory authority, long validationPeriod, org.eclipse.jetty.io.ByteBufferPool bufferPool, org.eclipse.jetty.util.thread.Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactorywhich 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, org.eclipse.jetty.util.resource.Resource resource, String contentType)