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, harByUrlRegex
public Search(ClientApi api)
public ApiResponse urlsByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse urlsByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse urlsByResponseRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse urlsByHeaderRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse messagesByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse messagesByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse messagesByResponseRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public ApiResponse messagesByHeaderRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public byte[] harByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public byte[] harByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public byte[] harByResponseRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException
public byte[] harByHeaderRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiException