Uses of Class
org.littleshoot.proxy.FullFlowContext
Packages that use FullFlowContext
-
Uses of FullFlowContext in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type FullFlowContextModifier and TypeMethodDescriptionvoidActivityTracker.bytesReceivedFromServer(FullFlowContext flowContext, int numberOfBytes) Record that the proxy received bytes from the server.voidActivityTrackerAdapter.bytesReceivedFromServer(FullFlowContext flowContext, int numberOfBytes) voidActivityTracker.bytesSentToServer(FullFlowContext flowContext, int numberOfBytes) Record that the proxy attempted to send bytes to the server.voidActivityTrackerAdapter.bytesSentToServer(FullFlowContext flowContext, int numberOfBytes) voidActivityTracker.requestSentToServer(FullFlowContext flowContext, HttpRequest httpRequest) Record that proxy attempted to send a request to the server.voidActivityTrackerAdapter.requestSentToServer(FullFlowContext flowContext, HttpRequest httpRequest) voidActivityTracker.responseReceivedFromServer(FullFlowContext flowContext, HttpResponse httpResponse) Record that the proxy received anHttpResponsefrom the server.voidActivityTrackerAdapter.responseReceivedFromServer(FullFlowContext flowContext, HttpResponse httpResponse)