Interface | Description |
---|---|
GzipFactory |
Class | Description |
---|---|
AbstractCompressedStream |
Skeletal implementation of a CompressedStream.
|
CompressedResponseWrapper | |
DeflatedOutputStream |
Reimplementation of
DeflaterOutputStream that supports reusing the buffer. |
GzipHandler |
GZIP Handler This handler will gzip the content of a response if:
The filter is mapped to a matching path
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
|
GzipHttpOutput | |
GzipOutputStream |
Reimplementation of
GZIPOutputStream that supports reusing a Deflater instance. |
Copyright © 1995-2015 Webtide. All Rights Reserved.