public class Search extends SearchDeprecated
| Modifier and Type | Method and Description |
|---|---|
byte[] |
harByHeaderRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages, in HAR format, that match the given regular expression in the
header(s) optionally filtered by URL and paginated with 'start' position and 'count' of
messages.
|
byte[] |
harByRequestRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages, in HAR format, that match the given regular expression in the
request optionally filtered by URL and paginated with 'start' position and 'count' of
messages.
|
byte[] |
harByResponseRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages, in HAR format, that match the given regular expression in the
response optionally filtered by URL and paginated with 'start' position and 'count' of
messages.
|
byte[] |
harByUrlRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages, in HAR format, that match the given regular expression in the URL
optionally filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
messagesByHeaderRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages that match the given regular expression in the header(s) optionally
filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
messagesByRequestRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages that match the given regular expression in the request optionally
filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
messagesByResponseRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages that match the given regular expression in the response optionally
filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
messagesByUrlRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the HTTP messages that match the given regular expression in the URL optionally
filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
urlsByHeaderRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the URLs of the HTTP messages that match the given regular expression in the
header(s) optionally filtered by URL and paginated with 'start' position and 'count' of
messages.
|
ApiResponse |
urlsByRequestRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the URLs of the HTTP messages that match the given regular expression in the request
optionally filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
urlsByResponseRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the URLs of the HTTP messages that match the given regular expression in the response
optionally filtered by URL and paginated with 'start' position and 'count' of messages.
|
ApiResponse |
urlsByUrlRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Returns the URLs of the HTTP messages that match the given regular expression in the URL
optionally filtered by URL and paginated with 'start' position and 'count' of messages.
|
harByHeaderRegex, harByRequestRegex, harByResponseRegex, harByUrlRegexpublic Search(ClientApi api)
public ApiResponse urlsByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse urlsByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse urlsByResponseRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse urlsByHeaderRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse messagesByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse messagesByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse messagesByResponseRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse messagesByHeaderRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic byte[] harByUrlRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
throws ClientApiException
ClientApiExceptionpublic byte[] harByRequestRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
throws ClientApiException
ClientApiExceptionpublic byte[] harByResponseRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
throws ClientApiException
ClientApiExceptionpublic byte[] harByHeaderRegex(java.lang.String regex,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
throws ClientApiException
ClientApiException