| Class | Description |
|---|---|
| ClasspathResourceHandler |
Serves files from a given folder on the classpath through jetty.
|
| StaticResourceHandlerProvider |
Serves static resources from a path in the filesystem.
|
| TransparentCompressionFilter |
NOTE: this is a copy of the Jetty GzipFilter, updated to add LZ4 support!
LZ4/GZIP Filter
This filter will lz4 or gzip or deflate the content of a response if:
The filter is mapped to a matching path
accept-encoding header is set to any of lz4, gzip, deflate or a combination of those
The response status code is >=200 and <300
The content length is unknown or more than the
minGzipSize initParameter or the minGzipSize is 0(default)
The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or
if no mimeTypes are defined the content-type is not "application/gzip"
No content-encoding is specified by the resource
|
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.