Package org.zaproxy.clientapi.gen
Class LocalProxies
- java.lang.Object
-
- org.zaproxy.clientapi.gen.LocalProxies
-
@Deprecated(since="1.11.0", forRemoval=true) public class LocalProxies extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.UseNetworkinstead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description LocalProxies(ClientApi api)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponseaddAdditionalProxy(java.lang.String address, java.lang.String port, java.lang.String behindnat, java.lang.String alwaysdecodezip, java.lang.String removeunsupportedencodings)Deprecated, for removal: This API element is subject to removal in a future version.Adds an new proxy using the details supplied.ApiResponseadditionalProxies()Deprecated, for removal: This API element is subject to removal in a future version.Gets all of the additional proxies that have been configured.ApiResponseremoveAdditionalProxy(java.lang.String address, java.lang.String port)Deprecated, for removal: This API element is subject to removal in a future version.Removes the additional proxy with the specified address and port.
-
-
-
Constructor Detail
-
LocalProxies
public LocalProxies(ClientApi api)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
additionalProxies
public ApiResponse additionalProxies() throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.Gets all of the additional proxies that have been configured.- Throws:
ClientApiException
-
addAdditionalProxy
public ApiResponse addAdditionalProxy(java.lang.String address, java.lang.String port, java.lang.String behindnat, java.lang.String alwaysdecodezip, java.lang.String removeunsupportedencodings) throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.Adds an new proxy using the details supplied.- Throws:
ClientApiException
-
removeAdditionalProxy
public ApiResponse removeAdditionalProxy(java.lang.String address, java.lang.String port) throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.Removes the additional proxy with the specified address and port.- Throws:
ClientApiException
-
-