public interface ModifiedRequestAwareFilter
BrowserMobHttpFilterChain.clientToProxyRequest(io.netty.handler.codec.http.HttpObject)
will invoke the setModifiedHttpRequest(HttpRequest) method after all filters have processed the initial
HttpRequest object.| Modifier and Type | Method and Description |
|---|---|
void |
setModifiedHttpRequest(io.netty.handler.codec.http.HttpRequest modifiedHttpRequest)
Notifies implementing classes of the modified HttpRequest that will be sent to the server, reflecting all
modifications from filters.
|
void setModifiedHttpRequest(io.netty.handler.codec.http.HttpRequest modifiedHttpRequest)
modifiedHttpRequest - the modified HttpRequest sent to the serverCopyright © 2016. All Rights Reserved.