Sea 0.2.1

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

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

public class SingleClient
extends Peer

Simple single-threaded echo client.

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

Constructor Summary
SingleClient()
           
 
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

SingleClient

public SingleClient()
Method Detail

main

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

Sea 0.2.1