ProxySettings constructor

ProxySettings(
  1. ProxySettingsProxyType type,
  2. InternetAddress ipAddress,
  3. int port
)

Implementation

ProxySettings(ProxySettingsProxyType type, io.InternetAddress ipAddress, int port)
  : type = type, ipAddress = ipAddress, networkInterface = "wlan0", port = port, credentials = null;