java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
ActionType failAction) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found,
and specifying what action to take in case of failure.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found,
specifying whether the search will be case-sensitive,
and specifying what action to take in case of failure.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String defaultValue) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning the defaultValue if they cannot be found.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning an empty String if they cannot be found.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning an empty String if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
ActionType failAction) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning an empty String if they cannot be found,
and specifying what action to take in case of failure.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning an empty String if they cannot be found,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
java.lang.String defaultValue) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning the defaultValue if they cannot be found.
|
java.lang.String |
Response.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after String objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
ActionType failAction) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects
specifying what action to take in case of failure.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String defaultValue) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects,
specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
ActionType failAction) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects,
and specifying what action to take in case of failure.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects,
specifying whether the search will be case-sensitive,
and specifying what action to take in case of failure.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
java.lang.String defaultValue) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found.
|
java.lang.String |
WebSocketMessage.extract(ExtractionCursor cursor,
java.util.List<java.lang.String> before,
java.lang.String after,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
boolean caseSensitive) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
ActionType failAction) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
java.lang.String defaultValue) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content, starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
boolean caseSensitive) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
ActionType failAction) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
java.lang.String defaultValue) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the response content starting from the end.
|
java.lang.String |
Response.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive,
SearchFlags matchFlags) |
Extracts text from the response content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
boolean caseSensitive) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
ActionType failAction) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
java.lang.String defaultValue) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.lang.String after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the message content, starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before) |
Extracts text from the message content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
boolean caseSensitive) |
Extracts text from the message content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
ActionType failAction) |
Extracts text from the message content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the message content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
java.lang.String defaultValue) |
Extracts text from the message content starting from the end.
|
java.lang.String |
WebSocketMessage.extractFromEnd(ExtractionCursor cursor,
java.util.List<java.lang.String> after,
java.lang.String before,
java.lang.String defaultValue,
boolean caseSensitive) |
Extracts text from the message content starting from the end.
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags,
java.lang.String endAt) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags,
java.lang.String endAt,
boolean caseSensitive) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
SearchFlags matchFlags,
java.lang.String endAt,
boolean caseSensitive,
int maxItems) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String endAt) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String endAt,
boolean caseSensitive) |
Extracts a list of items from this Response .
|
java.util.List<java.lang.String> |
Response.extractList(ExtractionCursor cursor,
java.lang.String before,
java.lang.String after,
java.lang.String endAt,
boolean caseSensitive,
int maxItems) |
Extracts a list of items from this Response .
|
RegExpMatchList |
Response.extractRegExp(ExtractionCursor cursor,
java.lang.String regExp) |
Extracts multiple String objects from the response content,
wherever the specified regular expression matches.
|
RegExpMatchList |
Response.extractRegExp(ExtractionCursor cursor,
java.lang.String regExp,
boolean caseSensitive) |
Extracts multiple String objects from the response content,
wherever the specified regular expression matches,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
Response.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp,
SearchFlags matchFlags) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found.
|
java.lang.String |
Response.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp,
SearchFlags matchFlags,
boolean caseSensitive) |
Extracts text from the response content - everything between (but not including)
the specified before and after String objects -
returning an empty String if they cannot be found,
and specifying whether the search will be case-sensitive.
|
RegExpMatchList |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String regExp) |
Extracts multiple string objects from the message content,
wherever the specified regular expression matches.
|
RegExpMatchList |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String regExp,
boolean caseSensitive) |
Extracts multiple string objects from the message content,
wherever the specified regular expression matches,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found.
|
java.lang.String |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
|
java.lang.String |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp,
ActionType failAction) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
and specifying the action to take on failure.
|
java.lang.String |
WebSocketMessage.extractRegExp(ExtractionCursor cursor,
java.lang.String beforeRegExp,
java.lang.String afterRegExp,
ActionType failAction,
boolean caseSensitive) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and specifying the action to take on failure.
|
boolean |
Response.find(ExtractionCursor cursor,
java.lang.String text) |
Finds the specified text within this Response .
|
boolean |
Response.find(ExtractionCursor cursor,
java.lang.String text,
boolean caseSensitive) |
Finds the specified text within this Response ,
specifying whether the search will be case-sensitive.
|
boolean |
Response.find(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction) |
Finds the specified text within this Response ,
specifying what action to take in case of failure.
|
boolean |
Response.find(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction,
boolean caseSensitive) |
Finds the specified text within this Response ,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
boolean |
WebSocketMessage.find(ExtractionCursor cursor,
java.lang.String text) |
Finds the specified text within this WebSocketMessage
|
boolean |
WebSocketMessage.find(ExtractionCursor cursor,
java.lang.String text,
boolean caseSensitive) |
Finds the specified text within this WebSocketMessage,
specifying whether the search will be case-sensitive.
|
boolean |
WebSocketMessage.find(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction) |
Finds the specified text within this WebSocketMessage,
and what action to take in case of failure.
|
boolean |
WebSocketMessage.find(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction,
boolean caseSensitive) |
Finds the specified text within this WebSocketMessage,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
boolean |
Response.rfind(ExtractionCursor cursor,
java.lang.String text) |
Finds the specified text within this Response ,
starting from the end of the content.
|
boolean |
Response.rfind(ExtractionCursor cursor,
java.lang.String text,
boolean caseSensitive) |
Finds the specified text within this Response ,
starting from the end of the content,
and specifying whether the search will be case-sensitive.
|
boolean |
Response.rfind(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction) |
Finds the specified text within this Response ,
starting from the end of the content,
specifying what action to take in case of failure.
|
boolean |
Response.rfind(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction,
boolean caseSensitive) |
Finds the specified text within this Response ,
starting from the end of the content,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
boolean |
WebSocketMessage.rfind(ExtractionCursor cursor,
java.lang.String text) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content.
|
boolean |
WebSocketMessage.rfind(ExtractionCursor cursor,
java.lang.String text,
boolean caseSensitive) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
and specifying whether the search will be case-sensitive.
|
boolean |
WebSocketMessage.rfind(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
and what action to take in case of failure.
|
boolean |
WebSocketMessage.rfind(ExtractionCursor cursor,
java.lang.String text,
ActionType failAction,
boolean caseSensitive) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|