public class SocketConnectionInfos extends Object
| Constructor and Description |
|---|
SocketConnectionInfos(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
void |
setHost(String host) |
void |
setPort(int port) |
public SocketConnectionInfos(String host, int port)
host - the name of the host to connect toport - the port to connect toCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.