Package org.zaproxy.clientapi.gen
Class LocalProxies
- java.lang.Object
-
- org.zaproxy.clientapi.gen.LocalProxies
-
@Deprecated public class LocalProxies extends java.lang.Object
Deprecated.UseNetwork
instead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description LocalProxies(ClientApi api)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
addAdditionalProxy(java.lang.String address, java.lang.String port, java.lang.String behindnat, java.lang.String alwaysdecodezip, java.lang.String removeunsupportedencodings)
Deprecated.Adds an new proxy using the details supplied.ApiResponse
additionalProxies()
Deprecated.Gets all of the additional proxies that have been configured.ApiResponse
removeAdditionalProxy(java.lang.String address, java.lang.String port)
Deprecated.Removes the additional proxy with the specified address and port.
-
-
-
Constructor Detail
-
LocalProxies
public LocalProxies(ClientApi api)
Deprecated.
-
-
Method Detail
-
additionalProxies
public ApiResponse additionalProxies() throws ClientApiException
Deprecated.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.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.Removes the additional proxy with the specified address and port.- Throws:
ClientApiException
-
-