Uses of Interface
org.eclipse.jetty.http.content.HttpContent
Packages that use HttpContent
-
Uses of HttpContent in org.eclipse.jetty.http.content
Subinterfaces of HttpContent in org.eclipse.jetty.http.contentModifier and TypeInterfaceDescriptionprotected static interfaceClasses in org.eclipse.jetty.http.content that implement HttpContentModifier and TypeClassDescriptionprotected classprotected static classstatic classHttpContent Wrapper.classclassHttpContent created from aResource.protected classprotected static classMethods in org.eclipse.jetty.http.content that return HttpContentModifier and TypeMethodDescriptionCachingHttpContentFactory.getContent(String path) FileMappingHttpContentFactory.getContent(String path) HttpContent.Factory.getContent(String path) PreCompressedHttpContentFactory.getContent(String pathInContext) ResourceHttpContentFactory.getContent(String pathInContext) VirtualHttpContentFactory.getContent(String path) HttpContent.Wrapper.getWrapped()Methods in org.eclipse.jetty.http.content with parameters of type HttpContentModifier and TypeMethodDescriptionprotected booleanCachingHttpContentFactory.isCacheable(HttpContent httpContent) Tests whether the given HttpContent is cacheable, and if there is enough room to fit it in the cache.protected booleanValidatingCachingHttpContentFactory.isCacheable(HttpContent httpContent) CachingHttpContentFactory.newCachedContent(String p, HttpContent httpContent) ValidatingCachingHttpContentFactory.newCachedContent(String p, HttpContent httpContent) Constructors in org.eclipse.jetty.http.content with parameters of type HttpContentModifierConstructorDescriptionCachedHttpContent(String key, HttpContent httpContent) PreCompressedHttpContent(HttpContent content, HttpContent precompressedContent, CompressedContentFormat format) ValidatingCachedContent(String key, HttpContent httpContent, long validationTime) Wrapper(HttpContent content)