Sea 0.2.2

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

java.lang.Object
  extended bygov.lbl.dsd.sea.nio.NetAgent
      extended bygov.lbl.dsd.sea.nio.demo.XSinglePingPongBench

public class XSinglePingPongBench
extends NetAgent

Simple single-threaded ping pong benchmark.

Version:
$Revision: 1.1 $, $Date: 2004/06/15 00:36:05 $

Constructor Summary
XSinglePingPongBench(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.NetAgent
addConnectAddress, addListenPort, enqueue, getAutoClose, getReadBufferPool, setAcceptHostAuthorizer, 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

XSinglePingPongBench

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

main

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

Sea 0.2.2