|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResponseKeywords
This interface is used to represent the counts of keywords appearing in a number of HTTP responses.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getInvariantKeywords()
This method is used to obtain the list of keywords whose counts do not vary between the analyzed responses. |
int |
getKeywordCount(java.lang.String keyword,
int responseIndex)
This method is used to obtain the number of occurrences of an individual keyword in a response. |
java.util.List<java.lang.String> |
getVariantKeywords()
This method is used to obtain the list of keywords whose counts vary between the analyzed responses. |
void |
updateWith(byte[]... responses)
This method is used to update the analysis based on additional responses. |
Method Detail |
---|
java.util.List<java.lang.String> getVariantKeywords()
java.util.List<java.lang.String> getInvariantKeywords()
int getKeywordCount(java.lang.String keyword, int responseIndex)
keyword
- The keyword whose count will be retrieved.responseIndex
- The index of the response. Note responses are
indexed from zero in the order they were originally supplied to the
IExtensionHelpers.analyzeResponseKeywords()
and
IResponseKeywords.updateWith()
methods.
void updateWith(byte[]... responses)
responses
- The new responses to include in the analysis.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |