Interface ResponseResult

    • Method Detail

      • responseResult

        static ResponseResult responseResult​(HttpResponse response,
                                             Annotations annotations)
        This is a helper method used to create a new instance of ResponseHandlerResult.
        Parameters:
        response - An HTTP response.
        annotations - annotations.
        Returns:
        A new ResponseHandlerResult instance.
      • response

        HttpResponse response()
        Returns:
        The HTTP response.
      • annotations

        Annotations annotations()
        Returns:
        The annotations.