Proxy authentication check result. More...
Public Member Functions | |
boolean | getNeedsAuthentication () |
Gets whether the proxy needs authentication. More... | |
String | getProxyIPAddress () |
Gets the first proxy IP address. More... | |
String[] | getProxyIPAddresses () |
Gets the proxy IP addresses. More... | |
ProxyAuthCheckResult (boolean needsAuthentication, String[] proxyIPAddresses) | |
Initializes a new instance of the fm.liveswitch.ProxyAuthCheckResult class. More... | |
void | setNeedsAuthentication (boolean value) |
Sets whether the proxy needs authentication. More... | |
void | setProxyIPAddresses (String[] value) |
Sets the proxy IP addresses. More... | |
Proxy authentication check result.
fm.liveswitch.ProxyAuthCheckResult.ProxyAuthCheckResult | ( | boolean | needsAuthentication, |
String[] | proxyIPAddresses | ||
) |
Initializes a new instance of the fm.liveswitch.ProxyAuthCheckResult class.
needsAuthentication | Whether the proxy needs authentication. |
proxyIPAddresses | The proxy IP addresses. |
boolean fm.liveswitch.ProxyAuthCheckResult.getNeedsAuthentication | ( | ) |
Gets whether the proxy needs authentication.
String fm.liveswitch.ProxyAuthCheckResult.getProxyIPAddress | ( | ) |
Gets the first proxy IP address.
String [] fm.liveswitch.ProxyAuthCheckResult.getProxyIPAddresses | ( | ) |
Gets the proxy IP addresses.
void fm.liveswitch.ProxyAuthCheckResult.setNeedsAuthentication | ( | boolean | value | ) |
Sets whether the proxy needs authentication.
void fm.liveswitch.ProxyAuthCheckResult.setProxyIPAddresses | ( | String[] | value | ) |
Sets the proxy IP addresses.