public class AetherClientProxy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AetherClientAuthentication |
authentication |
private java.lang.String |
host |
private int |
port |
Constructor and Description |
---|
AetherClientProxy() |
Modifier and Type | Method and Description |
---|---|
AetherClientAuthentication |
getAuthentication() |
java.lang.String |
getHost() |
int |
getPort() |
void |
setAuthentication(AetherClientAuthentication authentication) |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |
private java.lang.String host
private int port
private AetherClientAuthentication authentication
public java.lang.String getHost()
public void setHost(java.lang.String host)
public int getPort()
public void setPort(int port)
public AetherClientAuthentication getAuthentication()
public void setAuthentication(AetherClientAuthentication authentication)