Uses of Class
org.littleshoot.proxy.FlowContext
-
Packages that use FlowContext Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of FlowContext in org.littleshoot.proxy
Subclasses of FlowContext in org.littleshoot.proxy Modifier and Type Class Description classFullFlowContextExtension ofFlowContextthat provides additional information (which we know after actually processing the request from the client).Methods in org.littleshoot.proxy with parameters of type FlowContext Modifier and Type Method Description voidActivityTracker. bytesReceivedFromClient(FlowContext flowContext, int numberOfBytes)Record that the proxy received bytes from the client.voidActivityTrackerAdapter. bytesReceivedFromClient(FlowContext flowContext, int numberOfBytes)voidActivityTracker. bytesSentToClient(FlowContext flowContext, int numberOfBytes)Record that the proxy sent bytes to the client.voidActivityTrackerAdapter. bytesSentToClient(FlowContext flowContext, int numberOfBytes)voidActivityTracker. requestReceivedFromClient(FlowContext flowContext, HttpRequest httpRequest)Record that proxy received anHttpRequestfrom the client.voidActivityTrackerAdapter. requestReceivedFromClient(FlowContext flowContext, HttpRequest httpRequest)voidActivityTracker. responseSentToClient(FlowContext flowContext, HttpResponse httpResponse)Record that the proxy sent a response to the client.voidActivityTrackerAdapter. responseSentToClient(FlowContext flowContext, HttpResponse httpResponse) -
Uses of FlowContext in org.littleshoot.proxy.impl
Methods in org.littleshoot.proxy.impl that return FlowContext Modifier and Type Method Description private FlowContextClientToProxyConnection. flowContext()
-