Package org.zaproxy.clientapi.gen
Class Search
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.SearchDeprecated
-
- org.zaproxy.clientapi.gen.Search
-
public class Search extends SearchDeprecated
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.zaproxy.clientapi.gen.deprecated.SearchDeprecated
harByHeaderRegex, harByRequestRegex, harByResponseRegex, harByUrlRegex
-
-
-
-
Constructor Detail
-
Search
public Search(ClientApi api)
-
-
Method Detail
-
urlsByUrlRegex
public ApiResponse urlsByUrlRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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
-
urlsByRequestRegex
public ApiResponse urlsByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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
-
messagesByRequestRegex
public ApiResponse messagesByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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
-
harByRequestRegex
public byte[] harByRequestRegex(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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(java.lang.String regex, java.lang.String baseurl, java.lang.String start, java.lang.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
-
-