Package com.nomagic.license.utils
Class ProxyServerData
java.lang.Object
com.nomagic.license.utils.ProxyServerData
- Version:
- $Revision$, $Date$
-
Constructor Summary
ConstructorDescriptionProxyServerData
(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[]
int
getPort()
getUser()
boolean
boolean
void
setAddress
(String address) void
setAuthenticate
(boolean authenticate) void
setPassword
(char[] password) void
setPort
(int port) void
setUseProxyServer
(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)
-