public class ServerID extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
InetAddress |
address |
int |
port |
private static long |
serialVersionUID
|
Constructor and Description |
---|
ServerID(InetAddress address,
int port) |
private static final long serialVersionUID
public InetAddress address
public int port
public ServerID(InetAddress address, int port)