public abstract class AbstractAddressParams extends Object
| Constructor and Description |
|---|
AbstractAddressParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
Integer |
getPort() |
RemoteEndpoint |
getRemoteEndpoint() |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setRemoteEndpoint(RemoteEndpoint remoteEndpoint) |
public RemoteEndpoint getRemoteEndpoint()
public void setRemoteEndpoint(RemoteEndpoint remoteEndpoint)
remoteEndpoint - the remoteEndpoint to setpublic String getHost()
public void setHost(String host)
host - the host to setpublic Integer getPort()
public void setPort(Integer port)
port - the port to setCopyright © 2019–2024 Teslanet.nl. All rights reserved.