Sea 0.4.0

gov.lbl.dsd.sea.nio.demo
Class EchoServer

java.lang.Object
  extended bygov.lbl.dsd.sea.EventHandler
      extended bygov.lbl.dsd.sea.nio.AgentEventHandler
          extended bygov.lbl.dsd.sea.nio.demo.EchoServer

public class EchoServer
extends AgentEventHandler

Simple non-blocking echo server that can be tested in conjunction with a standard UNIX telnet client.

Version:
$Revision: 1.5 $, $Date: 2004/09/16 16:57:15 $

Constructor Summary
EchoServer(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.AgentEventHandler
handle
 
Methods inherited from class gov.lbl.dsd.sea.EventHandler
onStart, onStop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoServer

public EchoServer(String[] args)
           throws IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

Sea 0.4.0