Interface HttpClientFilter

All Superinterfaces:
HttpFilter, Ordered
All Known Implementing Classes:
ClientServerContextFilter

public interface HttpClientFilter extends HttpFilter
An HttpClientFilter extends HttpFilter and allows the passed request to be mutated. HttpClientFilter are specific to HTTP client requests and are not processed by the server.
Since:
1.0
Author:
Graeme Rocher
See Also: