Package org.zaproxy.clientapi.gen
Class LocalProxies
java.lang.Object
org.zaproxy.clientapi.gen.LocalProxies
Deprecated, for removal: This API element is subject to removal in a future version.
This file was automatically generated.
-
Constructor Summary
ConstructorsConstructorDescriptionLocalProxies
(ClientApi api) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalProxy
(String address, String port, String behindnat, String alwaysdecodezip, String removeunsupportedencodings) Deprecated, for removal: This API element is subject to removal in a future version.Adds an new proxy using the details supplied.Deprecated, for removal: This API element is subject to removal in a future version.Gets all of the additional proxies that have been configured.removeAdditionalProxy
(String address, 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 Details
-
LocalProxies
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
additionalProxies
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(String address, String port, String behindnat, String alwaysdecodezip, 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
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
-
Network
instead.