java.lang.Object | +----Client
public Client() throws IOException
public Client(String host, int port) throws UnknownHostException, IOException
public void send(String msg)
public void close() throws IOException
public void show() throws IOException