Uses of Class
org.littleshoot.proxy.FlowContext
Packages that use FlowContext
-
Uses of FlowContext in org.littleshoot.proxy
Subclasses of FlowContext in org.littleshoot.proxyModifier and TypeClassDescriptionclassExtension ofFlowContextthat provides additional information (which we know after actually processing the request from the client).Methods in org.littleshoot.proxy with parameters of type FlowContextModifier and TypeMethodDescriptionvoidActivityTracker.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