Package com.winnovative_software
Class ProxyOptions
java.lang.Object
com.winnovative_software.ProxyOptions
This class represents the various proxy settings that can be used to resolve
 the requests
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionString[]Gets the hosts to be accessed directly without a proxyhostName()Gets the host name of the proxy hostpassword()Gets the password used for authenticationintGets the port number of the proxy host to be used when accessing a HTML documentvoidsetBypassedHosts(String[] bypassedHosts) Sets the hosts to be accessed directly without a proxyvoidsetHostName(String hostName) Sets the host name of the proxy hostvoidsetPassword(String password) Sets the password used for authenticationvoidsetPortNumber(int portNumber) Sets the port number of the proxy host to be used when accessing a HTML documentvoidsetType(NetworkProxyType proxyType) Sets the proxy typevoidsetUsername(String username) Sets the user name used for authenticationtype()Gets the proxy typeusername()Gets the user name used for authentication
- 
Constructor Details- 
ProxyOptionspublic ProxyOptions()
 
- 
- 
Method Details- 
typeGets the proxy type- Returns:
- the proxy type
 
- 
setTypeSets the proxy type- Parameters:
- proxyType- the proxy type
 
- 
hostNameGets the host name of the proxy host- Returns:
- the host name of the proxy host
 
- 
setHostNameSets the host name of the proxy host- Parameters:
- hostName- the host name of the proxy host
 
- 
portNumberpublic int portNumber()Gets the port number of the proxy host to be used when accessing a HTML document- Returns:
- the port number of the proxy host to be used when accessing a HTML document
 
- 
setPortNumberpublic void setPortNumber(int portNumber) Sets the port number of the proxy host to be used when accessing a HTML document- Parameters:
- portNumber- the port number of the proxy host to be used when accessing a HTML document
 
- 
usernameGets the user name used for authentication- Returns:
- the user name used for authentication
 
- 
setUsernameSets the user name used for authentication- Parameters:
- username- the user name used for authentication
 
- 
passwordGets the password used for authentication- Returns:
- the password used for authentication
 
- 
setPasswordSets the password used for authentication- Parameters:
- password- the password used for authentication
 
- 
bypassedHostsGets the hosts to be accessed directly without a proxy- Returns:
- the hosts to be accessed directly without a proxy
 
- 
setBypassedHostsSets the hosts to be accessed directly without a proxy- Parameters:
- bypassedHosts- the hosts to be accessed directly without a proxy
 
 
-