|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowContext | |
|---|---|
| org.littleshoot.proxy | |
| Uses of FlowContext in org.littleshoot.proxy |
|---|
| Subclasses of FlowContext in org.littleshoot.proxy | |
|---|---|
class |
FullFlowContext
Extension of FlowContext that provides additional information (which
we know after actually processing the request from the client). |
| Methods in org.littleshoot.proxy with parameters of type FlowContext | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||