Interface ResponseKeywordsAnalyzer
public interface ResponseKeywordsAnalyzer
Analyze HTTP responses and retrieve keywords.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateWith
(HttpResponse response) Update the analysis based on an additional response.
-
Method Details
-
variantKeywords
- Returns:
- A set of keywords whose counts vary between the analyzed responses.
-
invariantKeywords
- Returns:
- A set of keywords whose counts do not vary between the analyzed responses.
-
updateWith
Update the analysis based on an additional response.- Parameters:
response
- The new response to include in the analysis.
-