net.sf.jbaobab.io
Class ThreadedSocketPool.SocketWorker

java.lang.Object
  extended by net.sf.jbaobab.io.ThreadedSocketPool.SocketWorker
All Implemented Interfaces:
Runnable
Enclosing class:
ThreadedSocketPool

public final class ThreadedSocketPool.SocketWorker
extends Object
implements Runnable


Constructor Summary
protected ThreadedSocketPool.SocketWorker(SocketChannel channel, SocketHandlerFactory factory)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedSocketPool.SocketWorker

protected ThreadedSocketPool.SocketWorker(SocketChannel channel,
                                          SocketHandlerFactory factory)
Method Detail

run

public void run()
Specified by:
run in interface Runnable