driver
Class tcp.Client

java.lang.Object
  extended by driver.tcp.Client
Enclosing class:
tcp

public static class tcp.Client
extends java.lang.Object

Simple TCP client.


Constructor Summary
tcp.Client()
           
 
Method Summary
static void main(java.lang.String[] args)
          TCP client entry point: open TCP socket and send off message to server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

tcp.Client

public tcp.Client()
Method Detail

main

public static void main(java.lang.String[] args)
TCP client entry point: open TCP socket and send off message to server.

Parameters:
args - command-line parameters