Uses of Interface
org.eclipse.jetty.http.content.HttpContent.Factory
Packages that use HttpContent.Factory
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of HttpContent.Factory in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpContent.FactoryModifier and TypeMethodDescriptionResourceHandler.getHttpContentFactory()ResourceService.getHttpContentFactory()protected HttpContent.FactoryResourceHandler.newHttpContentFactory()Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpContent.FactoryModifier and TypeMethodDescriptionvoidResourceService.setHttpContentFactory(HttpContent.Factory contentFactory) -
Uses of HttpContent.Factory in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return HttpContent.FactoryModifier and TypeMethodDescriptionResourceHandler.getHttpContentFactory()ResourceService.getHttpContentFactory()protected HttpContent.FactoryResourceHandler.newHttpContentFactory()Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpContent.FactoryModifier and TypeMethodDescriptionvoidResourceService.setHttpContentFactory(HttpContent.Factory contentFactory) -
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, 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, ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactorywhich 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 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, Resource resource, String contentType) -
Uses of HttpContent.Factory in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpContent.FactoryMethods in org.eclipse.jetty.server with parameters of type HttpContent.FactoryModifier and TypeMethodDescriptionvoidResourceService.setHttpContentFactory(HttpContent.Factory contentFactory) -
Uses of HttpContent.Factory in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return HttpContent.FactoryModifier and TypeMethodDescriptionResourceHandler.getHttpContentFactory()protected HttpContent.FactoryResourceHandler.newHttpContentFactory()