Class FullFlowContext

java.lang.Object
org.littleshoot.proxy.FlowContext
org.littleshoot.proxy.FullFlowContext

public class FullFlowContext extends FlowContext
Extension of FlowContext that provides additional information (which we know after actually processing the request from the client).
  • Field Details

    • serverHostAndPort

      private final String serverHostAndPort
    • chainedProxy

      private final ChainedProxy chainedProxy
  • Constructor Details

  • Method Details

    • getServerHostAndPort

      public String getServerHostAndPort()
      The host and port for the server (i.e. the ultimate endpoint).
    • getChainedProxy

      public ChainedProxy getChainedProxy()
      The chained proxy (if proxy chaining).