Package | Description |
---|---|
net.lightbody.bmp | |
net.lightbody.bmp.filters |
Modifier and Type | Method and Description |
---|---|
void |
BrowserMobProxyServer.addResponseFilter(ResponseFilter filter)
Note: The current implementation of this method forces a maximum response size of 2 MiB.
|
void |
BrowserMobProxy.addResponseFilter(ResponseFilter filter)
Adds a new ResponseFilter that can be used to examine and manipulate the response before sending it to the client.
|
Constructor and Description |
---|
FilterSource(ResponseFilter filter)
Creates a new filter source that will invoke the specified filter and uses the
ResponseFilterAdapter.FilterSource.DEFAULT_MAXIMUM_RESPONSE_BUFFER_SIZE as
the maximum buffer size. |
FilterSource(ResponseFilter filter,
int maximumResponseBufferSizeInBytes)
Creates a new filter source that will invoke the specified filter and uses the maximumResponseBufferSizeInBytes as the maximum
buffer size.
|
ResponseFilterAdapter(io.netty.handler.codec.http.HttpRequest originalRequest,
io.netty.channel.ChannelHandlerContext ctx,
ResponseFilter responseFilter) |
Copyright © 2016. All Rights Reserved.