driver
Class tcp.Server

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

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

Simple TCP server.


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

Constructor Detail

tcp.Server

public tcp.Server()
Method Detail

main

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

Parameters:
args - command-line parameters