net.sf.jbaobab.io
Class ThreadedSocketPool.SocketWorker
java.lang.Object
net.sf.jbaobab.io.ThreadedSocketPool.SocketWorker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ThreadedSocketPool
public final class ThreadedSocketPool.SocketWorker
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadedSocketPool.SocketWorker
protected ThreadedSocketPool.SocketWorker(SocketChannel channel,
SocketHandlerFactory factory)
run
public void run()
- Specified by:
run
in interface Runnable