| 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,
HttpRequest httpRequest) |
void |
ActivityTracker.requestSentToServer(FullFlowContext flowContext,
HttpRequest httpRequest)
Record that proxy attempted to send a request to the server.
|
void |
ActivityTrackerAdapter.responseReceivedFromServer(FullFlowContext flowContext,
HttpResponse httpResponse) |
void |
ActivityTracker.responseReceivedFromServer(FullFlowContext flowContext,
HttpResponse httpResponse)
Record that the proxy received an
HttpResponse from the server. |
Copyright © 2009–2017 LittleShoot. All rights reserved.