Interface ResponseVariationsAnalyzer


public interface ResponseVariationsAnalyzer
Analyze HTTP responses and find variations between them, according to various attributes.
  • Method Details

    • variantAttributes

      Set<AttributeType> variantAttributes()
      Returns:
      The attributes that vary between the analyzed responses.
    • invariantAttributes

      Set<AttributeType> invariantAttributes()
      Returns:
      The attributes that 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.