Class FilterContext<T>

    • Method Detail

      • getRequest

        public Request getRequest()
        Returns:
        the original or decorated Request
      • getResponseHeaders

        public io.netty.handler.codec.http.HttpHeaders getResponseHeaders()
        Returns:
        the response HttpHeaders
      • replayRequest

        public boolean replayRequest()
        Returns:
        true if the current response's processing needs to be interrupted and a new Request be executed.