| Interface | Description |
|---|---|
| ModifiedRequestAwareFilter |
Indicates that a filter wishes to capture the final HttpRequest that is sent to the server, reflecting all
modifications from request filters.
|
| RequestFilter |
A functional interface to simplify modification and manipulation of requests.
|
| ResponseFilter |
A functional interface to simplify modification and manipulation of responses.
|
| Class | Description |
|---|---|
| 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.
|
| BrowserMobHttpFilterChain |
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 |
A filter adapter for
RequestFilter implementations. |
| RequestFilterAdapter.FilterSource |
A
HttpFiltersSourceAdapter for RequestFilterAdapters. |
| ResolvedHostnameCacheFilter |
Caches hostname resolutions reported by the
HttpFilters.proxyToServerResolutionSucceeded(String, InetSocketAddress)
filter method. |
| ResponseFilterAdapter |
A filter adapter for
ResponseFilter implementations. |
| ResponseFilterAdapter.FilterSource |
A
HttpFiltersSourceAdapter for ResponseFilterAdapters. |
| 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.
|
Copyright © 2016. All Rights Reserved.