public class ProxyConfig
extends java.lang.Object
| Constructor and Description |
|---|
ProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHost()
Get the host.
|
int |
getPort()
Get the port.
|
java.lang.String |
getServerId()
The server id.
|
void |
setHost(java.lang.String host)
Set the host.
|
void |
setPort(int port)
Set the new port number.
|
void |
setServerId(java.lang.String serverId)
Sets the server id.
|
public java.lang.String getHost()
public void setHost(java.lang.String host)
host - the new hostpublic int getPort()
public void setPort(int port)
port - the port numberpublic java.lang.String getServerId()
public void setServerId(java.lang.String serverId)
serverId - the new server idCopyright© 2012-21 Jeremy Long. All Rights Reserved.