Interface InMemoryInterceptedExtendedRequest

    • Method Detail

      • getRequest

        ExtendedRequest getRequest()
        Retrieves the extended request to be processed.
        Returns:
        The extended request to be processed.
      • setRequest

        void setRequest​(ExtendedRequest extendedRequest)
        Replaces the extended request to be processed.
        Parameters:
        extendedRequest - The extended request that should be processed instead of the one that was originally received from the client. It must not be null.