public class ProxySettings extends Object
| Constructor and Description |
|---|
ProxySettings(String uri)
Defines proxy settings with empty username/password.
|
ProxySettings(String uri,
String username,
String password) |
public ProxySettings(String uri, String username, String password)
uri - The proxy's URI.username - The username to be sent to the proxy.password - The password to be sent to the proxy.public ProxySettings(String uri)
uri - The proxy's URI.Copyright © 2014. All rights reserved.