net.sf.clichart.main.cliserver
Class TcpServer

java.lang.Object
  extended by net.sf.clichart.main.cliserver.TcpServer

public class TcpServer
extends java.lang.Object

A simple TCP/IP server, which spawns a CliServer to handle each connection


Constructor Summary
TcpServer(int listenPort, ChartGeneratorFactory chartGeneratorFactory)
           
 
Method Summary
 void serve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpServer

public TcpServer(int listenPort,
                 ChartGeneratorFactory chartGeneratorFactory)
Method Detail

serve

public void serve()