public class Connection extends Object
private String
host
private int
port
Connection(String host, int port)
String
getHost()
int
getPort()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private String host
private int port
public Connection(String host, int port)
public String getHost()
public int getPort()
public String toString()
toString
Object
Copyright © 2018. All rights reserved.