| 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 handler 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 matches one of the set of mimetypes to be compressed
The content-type does NOT match one of the set of mimetypes AND setExcludeMimeTypes is true
No content-encoding is specified by the resource
|
| GzipHttpOutput | |
| GzipOutputStream |
Reimplementation of
GZIPOutputStream that supports reusing a Deflater instance. |
Copyright © 1995-2019 Webtide. All Rights Reserved.