Network
instead.@Deprecated
public class LocalProxies
extends java.lang.Object
Constructor and Description |
---|
LocalProxies(ClientApi api)
Deprecated.
|
Modifier and Type | Method and 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.
|
public LocalProxies(ClientApi api)
public ApiResponse additionalProxies() throws ClientApiException
ClientApiException
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
ClientApiException
public ApiResponse removeAdditionalProxy(java.lang.String address, java.lang.String port) throws ClientApiException
ClientApiException