Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Field and Description |
---|---|
private CachedContentFactory.CachedHttpContent |
CachedContentFactory.CachedPrecompressedHttpContent._content |
private CachedContentFactory.CachedHttpContent |
CachedContentFactory.CachedPrecompressedHttpContent._precompressedContent |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,CachedContentFactory.CachedHttpContent> |
CachedContentFactory._cache |
Constructor and Description |
---|
CachedPrecompressedHttpContent(CachedContentFactory.CachedHttpContent content,
CachedContentFactory.CachedHttpContent precompressedContent,
CompressedContentFormat format) |
Constructor and Description |
---|
CachedHttpContent(java.lang.String pathInContext,
Resource resource,
java.util.Map<CompressedContentFormat,CachedContentFactory.CachedHttpContent> precompressedResources) |