public interface TrafficMonitor
| Modifier and Type | Method and Description |
|---|---|
default int |
getMaximumRequestBufferSizeInBytes()
Gets teh max request buffer size.
|
default int |
getMaximumResponseBufferSizeInBytes()
Gets the max response buffer size.
|
void |
responseReceived(ImmutableHttpRequest httpRequest,
ImmutableHttpResponse httpResponse)
Callback invoked when a response from the remote server is received by the capturing proxy.
|
void responseReceived(ImmutableHttpRequest httpRequest, ImmutableHttpResponse httpResponse)
TrafficMonitorFilter.serverToProxyResponse(HttpObject)
or one of that class's error methods.httpResponse - the HTTP responsehttpRequest - the HTTP requestTrafficMonitorFilterdefault int getMaximumRequestBufferSizeInBytes()
HttpFiltersSource.getMaximumRequestBufferSizeInBytes()default int getMaximumResponseBufferSizeInBytes()
HttpFiltersSource.getMaximumResponseBufferSizeInBytes()Copyright © 2016–2018. All rights reserved.