org.khelekore.rnio.samples
Class EchoServer

java.lang.Object
  extended by org.khelekore.rnio.samples.EchoServer

public class EchoServer
extends Object

An echo server built using rnio. This echo server will handle many concurrent clients without any problems.

Author:
Robert Olofsson

Constructor Summary
EchoServer(int port)
           
 
Method Summary
static void main(String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoServer

public EchoServer(int port)
           throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)

start

public void start()
           throws IOException
Throws:
IOException