Uses of Class
org.littleshoot.proxy.FullFlowContext

Packages that use FullFlowContext
org.littleshoot.proxy   
 

Uses of FullFlowContext in org.littleshoot.proxy
 

Methods in org.littleshoot.proxy with parameters of type FullFlowContext
 void ActivityTrackerAdapter.bytesReceivedFromServer(FullFlowContext flowContext, int numberOfBytes)
           
 void ActivityTracker.bytesReceivedFromServer(FullFlowContext flowContext, int numberOfBytes)
          Record that the proxy received bytes from the server.
 void ActivityTrackerAdapter.bytesSentToServer(FullFlowContext flowContext, int numberOfBytes)
           
 void ActivityTracker.bytesSentToServer(FullFlowContext flowContext, int numberOfBytes)
          Record that the proxy attempted to send bytes to the server.
 void ActivityTrackerAdapter.requestSentToServer(FullFlowContext flowContext, io.netty.handler.codec.http.HttpRequest httpRequest)
           
 void ActivityTracker.requestSentToServer(FullFlowContext flowContext, io.netty.handler.codec.http.HttpRequest httpRequest)
           Record that proxy attempted to send a request to the server.
 void ActivityTrackerAdapter.responseReceivedFromServer(FullFlowContext flowContext, io.netty.handler.codec.http.HttpResponse httpResponse)
           
 void ActivityTracker.responseReceivedFromServer(FullFlowContext flowContext, io.netty.handler.codec.http.HttpResponse httpResponse)
           Record that the proxy received an HttpResponse from the server.
 



Copyright © 2009-2014 LittleShoot. All Rights Reserved.