| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
FullFlowContext
Extension of
FlowContext that provides additional information (which
we know after actually processing the request from the client). |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityTrackerAdapter.bytesReceivedFromClient(FlowContext flowContext,
int numberOfBytes) |
void |
ActivityTracker.bytesReceivedFromClient(FlowContext flowContext,
int numberOfBytes)
Record that the proxy received bytes from the client.
|
void |
ActivityTrackerAdapter.bytesSentToClient(FlowContext flowContext,
int numberOfBytes) |
void |
ActivityTracker.bytesSentToClient(FlowContext flowContext,
int numberOfBytes)
Record that the proxy sent bytes to the client.
|
void |
ActivityTrackerAdapter.requestReceivedFromClient(FlowContext flowContext,
HttpRequest httpRequest) |
void |
ActivityTracker.requestReceivedFromClient(FlowContext flowContext,
HttpRequest httpRequest)
Record that proxy received an
HttpRequest from the client. |
void |
ActivityTrackerAdapter.responseSentToClient(FlowContext flowContext,
HttpResponse httpResponse) |
void |
ActivityTracker.responseSentToClient(FlowContext flowContext,
HttpResponse httpResponse)
Record that the proxy sent a response to the client.
|
| Modifier and Type | Method and Description |
|---|---|
private FlowContext |
ClientToProxyConnection.flowContext() |
Copyright © 2009–2017 LittleShoot. All rights reserved.