Package | Description |
---|---|
org.littleshoot.proxy |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTrackerAdapter.bytesReceivedFromServer(FullFlowContext flowContext,
int numberOfBytes) |
void |
ActivityTracker.bytesReceivedFromServer(FullFlowContext flowContext,
int numberOfBytes)
Record that the proxy received bytes from the server.
|
void |
ActivityTrackerAdapter.bytesSentToServer(FullFlowContext flowContext,
int numberOfBytes) |
void |
ActivityTracker.bytesSentToServer(FullFlowContext flowContext,
int numberOfBytes)
Record that the proxy attempted to send bytes to the server.
|
void |
ActivityTrackerAdapter.requestSentToServer(FullFlowContext flowContext,
io.netty.handler.codec.http.HttpRequest httpRequest) |
void |
ActivityTracker.requestSentToServer(FullFlowContext flowContext,
io.netty.handler.codec.http.HttpRequest httpRequest)
Record that proxy attempted to send a request to the server.
|
void |
ActivityTrackerAdapter.responseReceivedFromServer(FullFlowContext flowContext,
io.netty.handler.codec.http.HttpResponse httpResponse) |
void |
ActivityTracker.responseReceivedFromServer(FullFlowContext flowContext,
io.netty.handler.codec.http.HttpResponse httpResponse)
Record that the proxy received an
HttpResponse from the server. |
Copyright © 2009–2018 LittleShoot. All rights reserved.