Interface HttpContent

All Known Subinterfaces:
CachingHttpContentFactory.CachingHttpContent
All Known Implementing Classes:
CachingHttpContentFactory.CachedHttpContent, CachingHttpContentFactory.NotFoundHttpContent, HttpContent.Wrapper, PreCompressedHttpContent, ResourceHttpContent, ValidatingCachingHttpContentFactory.ValidatingCachedContent, ValidatingCachingHttpContentFactory.ValidatingNotFoundContent

public interface HttpContent

The HttpContent interface represents all the information about a static Resource that is needed to evaluate conditional headers and to eventually serve the actual content. It can be implemented either transiently (values and fields generated on demand) or persistently (values and fields pre-generated in anticipation of reuse in from a cache).