Class FlowContext

java.lang.Object
org.littleshoot.proxy.FlowContext
Direct Known Subclasses:
FullFlowContext

public class FlowContext extends Object

Encapsulates contextual information for flow information that's being reported to a ActivityTracker.

  • Field Details

  • Constructor Details

  • Method Details

    • getClientAddress

      public InetSocketAddress getClientAddress()
      The address of the client.
    • getClientSslSession

      public SSLSession getClientSslSession()
      If using SSL, this returns the SSLSession on the client connection.