| Modifier and Type | Class and Description |
|---|---|
class |
AfterContentTransformer
A specialized transformer for
AsyncMiddleManServlet that performs
the transformation when the whole content has been received. |
static class |
AsyncMiddleManServlet.GZIPContentTransformer |
| Modifier and Type | Field and Description |
|---|---|
static AsyncMiddleManServlet.ContentTransformer |
AsyncMiddleManServlet.ContentTransformer.IDENTITY
The identity transformer that does not perform any transformation.
|
| Modifier and Type | Method and Description |
|---|---|
protected AsyncMiddleManServlet.ContentTransformer |
AsyncMiddleManServlet.newClientRequestContentTransformer(HttpServletRequest clientRequest,
Request proxyRequest) |
protected AsyncMiddleManServlet.ContentTransformer |
AsyncMiddleManServlet.newServerResponseContentTransformer(HttpServletRequest clientRequest,
HttpServletResponse proxyResponse,
Response serverResponse) |
| Constructor and Description |
|---|
GZIPContentTransformer(AsyncMiddleManServlet.ContentTransformer transformer) |
Copyright © 1995–2017 Webtide. All rights reserved.