Proxy configuration
How to use
To have the SDK use your proxy to make requests, you must enter the settings to be used through an instance of the CafProxySettings
class sent as a parameter to the .setProxySettings
method in the builder of any of our SDKs:
Constructor method
Parameter | Type | Description |
|
| Sets the domain or IP address of the proxy service |
|
| Sets the port to be used |
Optional Methods
setAuthentication(String user, String password)
setAuthentication(String user, String password)
Tells you the authentication parameters of your proxy, if any.
Parameter | Description |
| Username to be used for authentication |
| Password to be used for authentication |
Last updated