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,
io.netty.handler.codec.http.HttpRequest httpRequest) |
void |
ActivityTracker.requestReceivedFromClient(FlowContext flowContext,
io.netty.handler.codec.http.HttpRequest httpRequest)
Record that proxy received an
HttpRequest from the client. |
void |
ActivityTrackerAdapter.responseSentToClient(FlowContext flowContext,
io.netty.handler.codec.http.HttpResponse httpResponse) |
void |
ActivityTracker.responseSentToClient(FlowContext flowContext,
io.netty.handler.codec.http.HttpResponse httpResponse)
Record that the proxy sent a response to the client.
|
Modifier and Type | Method and Description |
---|---|
private FlowContext |
ClientToProxyConnection.flowContext() |
Copyright © 2009–2018 LittleShoot. All rights reserved.