Class Client

java.lang.Object
  extended by Client

public class Client
extends java.lang.Object

This class is the parent client class. It pretty much tries to connect to the server, if it cant then it quits.


Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception