Sea 0.2.1

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

java.lang.Object
  extended bygov.lbl.dsd.sea.EventHandler
      extended bygov.lbl.dsd.sea.nio.AsyncPeerHandler
          extended bygov.lbl.dsd.sea.nio.demo.AsyncEchoServer

public class AsyncEchoServer
extends AsyncPeerHandler

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

Version:
$Revision: 1.6 $, $Date: 2004/05/31 11:11:04 $

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

Constructor Detail

AsyncEchoServer

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

main

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

Sea 0.2.1