Interface IRequestCycle


  • public interface IRequestCycle
    • Method Detail

      • getResponse

        Response getResponse()
        Get the active response at the request cycle.
        Returns:
        response
      • getRequest

        Request getRequest()
        Returns:
        the request that originated this cycle
      • scheduleRequestHandlerAfterCurrent

        void scheduleRequestHandlerAfterCurrent​(IRequestHandler handler)
        Schedule the request handler to be executed after the current one.
        Parameters:
        handler -