Sea 0.2.1

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

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

public class SinglePingPongBench
extends Peer

Simple single-threaded ping pong benchmark.

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

Constructor Summary
SinglePingPongBench(String[] args)
           
 
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

SinglePingPongBench

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

main

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

Sea 0.2.1