Package | Description |
---|---|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
Modifier and Type | Method and Description |
---|---|
protected CompressedResponseWrapper |
IncludableGzipFilter.createWrappedResponse(HttpServletRequest request,
HttpServletResponse response,
String compressionType) |
protected CompressedResponseWrapper |
GzipFilter.createWrappedResponse(HttpServletRequest request,
HttpServletResponse response,
String compressionType) |
Modifier and Type | Method and Description |
---|---|
protected void |
GzipFilter.configureWrappedResponse(CompressedResponseWrapper wrappedResponse) |
Modifier and Type | Field and Description |
---|---|
protected CompressedResponseWrapper |
AbstractCompressedStream._wrapper |
Modifier and Type | Method and Description |
---|---|
protected CompressedResponseWrapper |
GzipHandler.newGzipResponseWrapper(HttpServletRequest request,
HttpServletResponse response)
Allows derived implementations to replace ResponseWrapper implementation.
|
Constructor and Description |
---|
AbstractCompressedStream(String encoding,
HttpServletRequest request,
CompressedResponseWrapper wrapper,
String vary)
Instantiates a new compressed stream.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.