fm.liveswitch.ProxyAuthCheckResult Class Reference

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...
 

Detailed Description

Proxy authentication check result.

Constructor & Destructor Documentation

◆ ProxyAuthCheckResult()

fm.liveswitch.ProxyAuthCheckResult.ProxyAuthCheckResult ( boolean  needsAuthentication,
String[]  proxyIPAddresses 
)

Initializes a new instance of the fm.liveswitch.ProxyAuthCheckResult class.

Parameters
needsAuthenticationWhether the proxy needs authentication.
proxyIPAddressesThe proxy IP addresses.

Member Function Documentation

◆ getNeedsAuthentication()

boolean fm.liveswitch.ProxyAuthCheckResult.getNeedsAuthentication ( )

Gets whether the proxy needs authentication.

◆ getProxyIPAddress()

String fm.liveswitch.ProxyAuthCheckResult.getProxyIPAddress ( )

Gets the first proxy IP address.

◆ getProxyIPAddresses()

String [] fm.liveswitch.ProxyAuthCheckResult.getProxyIPAddresses ( )

Gets the proxy IP addresses.

◆ setNeedsAuthentication()

void fm.liveswitch.ProxyAuthCheckResult.setNeedsAuthentication ( boolean  value)

Sets whether the proxy needs authentication.

◆ setProxyIPAddresses()

void fm.liveswitch.ProxyAuthCheckResult.setProxyIPAddresses ( String[]  value)

Sets the proxy IP addresses.