Package com.nomagic.license.utils
Class ProxyServerData
java.lang.Object
com.nomagic.license.utils.ProxyServerData
- Version:
- $Revision$, $Date$
-
Constructor Summary
ConstructorsConstructorDescriptionProxyServerData(String address, int port, boolean useProxyServer) ProxyServerData(String address, int port, String user, boolean authenticate, boolean useProxyServer) ProxyServerData(String address, int port, String user, char[] password, boolean authenticate, boolean useProxyServer) -
Method Summary
Modifier and TypeMethodDescriptionchar[]intgetPort()getUser()booleanbooleanvoidsetAddress(String address) voidsetAuthenticate(boolean authenticate) voidsetPassword(char[] password) voidsetPort(int port) voidsetUseProxyServer(boolean useProxyServer) void
-
Constructor Details
-
ProxyServerData
-
ProxyServerData
-
ProxyServerData
-
-
Method Details
-
getAddress
-
getPort
public int getPort() -
getUser
-
getPassword
public char[] getPassword() -
isAuthenticate
public boolean isAuthenticate() -
isUseProxyServer
public boolean isUseProxyServer() -
setAddress
-
setPort
public void setPort(int port) -
setUseProxyServer
public void setUseProxyServer(boolean useProxyServer) -
setUser
-
setPassword
public void setPassword(char[] password) -
setAuthenticate
public void setAuthenticate(boolean authenticate)
-