| Package | Description |
|---|---|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GzipHandler |
A Handler that can dynamically GZIP uncompress requests, and compress responses.
|
| Constructor | Description |
|---|---|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpField vary,
int bufferSize,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpField vary,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
|
GzipHttpOutputInterceptor(GzipFactory factory,
HttpChannel channel,
HttpOutput.Interceptor next,
boolean syncFlush) |
Copyright © 1995–2018 Webtide. All rights reserved.