Interface ResponseRuleApplicable

    • Method Detail

      • applyResponseRule

        Response applyResponseRule​(DispatchResponseRule dispatchResponseRule)
        Apply the dispatch response rule to the response rule.
        Parameters:
        dispatchResponseRule - the dispatch response rule
        Returns:
        the response
      • applyResponseRule

        Response applyResponseRule​(TransformRule transformRule)
        Apply the transform response rule to the response rule.
        Parameters:
        transformRule - the transform rule
        Returns:
        the response
      • applyResponseRule

        Response applyResponseRule​(ForwardResponseRule forwardResponseRule)
        Apply the forward response rule to the response rule.
        Parameters:
        forwardResponseRule - the forward response rule
        Returns:
        the response
      • applyResponseRule

        Response applyResponseRule​(RedirectResponseRule redirectResponseRule)
        Apply the redirect response rule to the response rule.
        Parameters:
        redirectResponseRule - the redirect response rule
        Returns:
        the response