Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
Modifier and Type | Field and Description |
---|---|
private CompressedContentFormat |
PrecompressedHttpContent._format |
static CompressedContentFormat |
CompressedContentFormat.BR |
static CompressedContentFormat |
CompressedContentFormat.GZIP |
static CompressedContentFormat[] |
CompressedContentFormat.NONE |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<CompressedContentFormat,HttpContent> |
ResourceHttpContent._precompressedContents |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CompressedContentFormat,? extends HttpContent> |
HttpContent.getPrecompressedContents() |
java.util.Map<CompressedContentFormat,HttpContent> |
PrecompressedHttpContent.getPrecompressedContents() |
java.util.Map<CompressedContentFormat,HttpContent> |
ResourceHttpContent.getPrecompressedContents() |
Constructor and Description |
---|
PrecompressedHttpContent(HttpContent content,
HttpContent precompressedContent,
CompressedContentFormat format) |
Constructor and Description |
---|
ResourceHttpContent(Resource resource,
java.lang.String contentType,
int maxBuffer,
java.util.Map<CompressedContentFormat,HttpContent> precompressedContents) |
Modifier and Type | Field and Description |
---|---|
private CompressedContentFormat[] |
CachedContentFactory._precompressedFormats |
private CompressedContentFormat[] |
ResourceContentFactory._precompressedFormats |
private CompressedContentFormat[] |
ResourceService._precompressedFormats |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<CompressedContentFormat,CachedContentFactory.CachedPrecompressedHttpContent> |
CachedContentFactory.CachedHttpContent._precompressed |
private static java.util.Map<CompressedContentFormat,CachedContentFactory.CachedPrecompressedHttpContent> |
CachedContentFactory.NO_PRECOMPRESSED |
Modifier and Type | Method and Description |
---|---|
private CompressedContentFormat |
ResourceService.getBestPrecompressedContent(java.util.List<java.lang.String> preferredEncodings,
java.util.Collection<CompressedContentFormat> availableFormats) |
CompressedContentFormat[] |
ResourceService.getPrecompressedFormats() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CompressedContentFormat,? extends HttpContent> |
CachedContentFactory.CachedHttpContent.getPrecompressedContents() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceService.setPrecompressedFormats(CompressedContentFormat[] precompressedFormats) |
Modifier and Type | Method and Description |
---|---|
private CompressedContentFormat |
ResourceService.getBestPrecompressedContent(java.util.List<java.lang.String> preferredEncodings,
java.util.Collection<CompressedContentFormat> availableFormats) |
Constructor and Description |
---|
CachedContentFactory(CachedContentFactory parent,
ResourceFactory factory,
MimeTypes mimeTypes,
boolean useFileMappedBuffer,
boolean etags,
CompressedContentFormat[] precompressedFormats)
Constructor.
|
CachedPrecompressedHttpContent(CachedContentFactory.CachedHttpContent content,
CachedContentFactory.CachedHttpContent precompressedContent,
CompressedContentFormat format) |
ResourceContentFactory(ResourceFactory factory,
MimeTypes mimeTypes,
CompressedContentFormat[] precompressedFormats) |
Constructor and Description |
---|
CachedHttpContent(java.lang.String pathInContext,
Resource resource,
java.util.Map<CompressedContentFormat,CachedContentFactory.CachedHttpContent> precompressedResources) |
Modifier and Type | Method and Description |
---|---|
CompressedContentFormat[] |
ResourceHandler.getPrecompressedFormats() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceHandler.setPrecompressedFormats(CompressedContentFormat[] precompressedFormats) |
Modifier and Type | Method and Description |
---|---|
private CompressedContentFormat[] |
DefaultServlet.parsePrecompressedFormats(java.lang.String precompressed,
boolean gzip) |