Package org.zaproxy.clientapi.gen
Class Search
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.SearchDeprecated
org.zaproxy.clientapi.gen.Search
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]harByHeaderRegex(String regex, String baseurl, String start, 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[]harByNoteRegex(String regex, String baseurl, String start, String count) Returns the HTTP messages, in HAR format, that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.byte[]harByRequestRegex(String regex, String baseurl, String start, 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(String regex, String baseurl, String start, 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[]harByTagRegex(String regex, String baseurl, String start, String count) Returns the HTTP messages, in HAR format, that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.byte[]harByUrlRegex(String regex, String baseurl, String start, 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.messagesByHeaderRegex(String regex, String baseurl, String start, 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.messagesByNoteRegex(String regex, String baseurl, String start, String count) Returns the HTTP messages that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.messagesByRequestRegex(String regex, String baseurl, String start, 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.messagesByResponseRegex(String regex, String baseurl, String start, 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.messagesByTagRegex(String regex, String baseurl, String start, String count) Returns the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.messagesByUrlRegex(String regex, String baseurl, String start, 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.urlsByHeaderRegex(String regex, String baseurl, String start, 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.urlsByNoteRegex(String regex, String baseurl, String start, String count) Returns the URLs of the HTTP messages that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.urlsByRequestRegex(String regex, String baseurl, String start, 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.urlsByResponseRegex(String regex, String baseurl, String start, 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.urlsByTagRegex(String regex, String baseurl, String start, String count) Returns the URLs of the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.urlsByUrlRegex(String regex, String baseurl, String start, 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.Methods inherited from class org.zaproxy.clientapi.gen.deprecated.SearchDeprecated
harByHeaderRegex, harByRequestRegex, harByResponseRegex, harByUrlRegex
-
Constructor Details
-
Search
-
-
Method Details
-
urlsByUrlRegex
public ApiResponse urlsByUrlRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
urlsByTagRegex
public ApiResponse urlsByTagRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the URLs of the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
urlsByNoteRegex
public ApiResponse urlsByNoteRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the URLs of the HTTP messages that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
urlsByRequestRegex
public ApiResponse urlsByRequestRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
urlsByResponseRegex
public ApiResponse urlsByResponseRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
urlsByHeaderRegex
public ApiResponse urlsByHeaderRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
messagesByUrlRegex
public ApiResponse messagesByUrlRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
messagesByTagRegex
public ApiResponse messagesByTagRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
messagesByNoteRegex
public ApiResponse messagesByNoteRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the HTTP messages that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
messagesByRequestRegex
public ApiResponse messagesByRequestRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
messagesByResponseRegex
public ApiResponse messagesByResponseRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
messagesByHeaderRegex
public ApiResponse messagesByHeaderRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
harByUrlRegex
public byte[] harByUrlRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
harByTagRegex
public byte[] harByTagRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the HTTP messages, in HAR format, that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
harByNoteRegex
public byte[] harByNoteRegex(String regex, String baseurl, String start, String count) throws ClientApiException Returns the HTTP messages, in HAR format, that match the given regular expression in their note optionally filtered by URL and paginated with 'start' position and 'count' of messages.- Throws:
ClientApiException
-
harByRequestRegex
public byte[] harByRequestRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
harByResponseRegex
public byte[] harByResponseRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-
harByHeaderRegex
public byte[] harByHeaderRegex(String regex, String baseurl, String start, String count) throws ClientApiException 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.- Throws:
ClientApiException
-