org.sapia.ubik.net.mplex
Class MultiplexServerSocket.SelectorTask

java.lang.Object
  extended by org.sapia.ubik.net.mplex.MultiplexServerSocket.SelectorTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MultiplexServerSocket

public class MultiplexServerSocket.SelectorTask
extends java.lang.Object
implements java.lang.Runnable

This class is responsible of the selection logic of the multiplex.


Constructor Summary
MultiplexServerSocket.SelectorTask()
           
 
Method Summary
 void run()
          This method waits on the queue of accepted client socket connection and will processes asynchonously, using the selector threads, to the election of the appropriate socket selector for the new accepted socket connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexServerSocket.SelectorTask

public MultiplexServerSocket.SelectorTask()
Method Detail

run

public void run()
This method waits on the queue of accepted client socket connection and will processes asynchonously, using the selector threads, to the election of the appropriate socket selector for the new accepted socket connection.

Specified by:
run in interface java.lang.Runnable


Copyright © 2010 Sapia OSS. All Rights Reserved.