Interface ResponseKeywordsAnalyzer


public interface ResponseKeywordsAnalyzer
Analyze HTTP responses and retrieve keywords.
  • Method Details

    • variantKeywords

      Set<String> variantKeywords()
      Returns:
      A set of keywords whose counts vary between the analyzed responses.
    • invariantKeywords

      Set<String> invariantKeywords()
      Returns:
      A set of keywords whose counts do not vary between the analyzed responses.
    • updateWith

      void updateWith(HttpResponse response)
      Update the analysis based on an additional response.
      Parameters:
      response - The new response to include in the analysis.