Class 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 Detail

      • serverHostAndPort

        private final String serverHostAndPort
    • Method Detail

      • 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).