Sea 0.2.1

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

java.lang.Object
  extended bygov.lbl.dsd.sea.nio.Peer
      extended bygov.lbl.dsd.sea.nio.demo.SingleEchoServer

public class SingleEchoServer
extends Peer

Simple single-threaded echo server.

Version:
$Revision: 1.4 $, $Date: 2004/05/31 11:11:05 $

Constructor Summary
SingleEchoServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.Peer
addConnectAddress, addListenPort, enqueue, getAutoClose, getReadBufferPool, setAutoClose, setFailFast, setReadBufferPool, setSocketOptions, start, stop, toDebugString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleEchoServer

public SingleEchoServer()
Method Detail

main

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

Sea 0.2.1