Class TestClient

java.lang.Object
  |
  +--TestClient

public class TestClient
extends java.lang.Object

test client for SyntaxSocket


Constructor Summary
TestClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          gets the server at "localhost", socket #4711 - exit client with ^C - shutdown server & exit client with "shutdown"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClient

public TestClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.net.UnknownHostException,
                        java.io.IOException
gets the server at "localhost", socket #4711 - exit client with ^C - shutdown server & exit client with "shutdown"