Class Client

Class Client

java.lang.Object
   |
   +----Client

public class Client
extends Object

Constructor Index

 o Client()
Do NOT use this one!
 o Client(String, int)
Use this contructor!

Method Index

 o close()
 o send(String)
 o show()

Constructors

 o Client
  public Client() throws IOException
Do NOT use this one!
 o Client
  public Client(String host,
                int port) throws UnknownHostException, IOException
Use this contructor!

Methods

 o send
  public void send(String msg)
 o close
  public void close() throws IOException
 o show
  public void show() throws IOException