| AddHeadersFilter |
Adds the headers specified in the constructor to this request.
|
| AutoBasicAuthFilter |
A filter that adds Basic authentication information to non-CONNECT requests.
|
| BlacklistFilter |
Applies blacklist entries to this request.
|
| BrowserUpHttpFilterChain |
The filter "driver" that delegates to all chained filters specified by the proxy server.
|
| ClientRequestCaptureFilter |
This filter captures requests from the client (headers and content).
|
| HarCaptureFilter |
|
| HttpConnectHarCaptureFilter |
This filter captures HAR data for HTTP CONNECT requests.
|
| HttpsAwareFiltersAdapter |
The HttpsAwareFiltersAdapter exposes the original host and the "real" host (after filter modifications) to filters for HTTPS
requets.
|
| HttpsHostCaptureFilter |
Captures the host for HTTPS requests and stores the value in the ChannelHandlerContext for use by HttpsAwareFiltersAdapter
filters.
|
| HttpsOriginalHostCaptureFilter |
Captures the original host for HTTPS requests and stores the value in the ChannelHandlerContext for use by HttpsAwareFiltersAdapter
filters.
|
| LatencyFilter |
Adds latency to a response before sending it to the client.
|
| RegisterRequestFilter |
Registers this request with the ActivityMonitor when the HttpRequest is received from the client.
|
| RequestFilterAdapter |
|
| RequestFilterAdapter.FilterSource |
|
| ResolvedHostnameCacheFilter |
Caches hostname resolutions reported by the HttpFilters.proxyToServerResolutionSucceeded(String, InetSocketAddress)
filter method.
|
| ResponseFilterAdapter |
|
| ResponseFilterAdapter.FilterSource |
|
| RewriteUrlFilter |
Applies rewrite rules to the specified request.
|
| ServerResponseCaptureFilter |
This filter captures responses from the server (headers and content).
|
| UnregisterRequestFilter |
Unregisters this request with the ActivityMonitor when the LastHttpContent is sent to the client.
|
| WhitelistFilter |
Checks this request against the whitelist, and returns the modified response if the request is not in the whitelist.
|