Uses of Class
seda.sandStorm.lib.aSocket.SelectQueueElement

Packages that use SelectQueueElement
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
 

Uses of SelectQueueElement in seda.sandStorm.lib.aSocket
 

Methods in seda.sandStorm.lib.aSocket that return SelectQueueElement
protected abstract  SelectQueueElement aSocketImplFactory.newSelectQueueElement(java.lang.Object item)
           
 

Uses of SelectQueueElement in seda.sandStorm.lib.aSocket.nbio
 

Subclasses of SelectQueueElement in seda.sandStorm.lib.aSocket.nbio
 class SelectQueueElement
          A SelectQueueElement is a wrapper for SelectItem which makes it a QueueElementIF.
 

Methods in seda.sandStorm.lib.aSocket.nbio that return SelectQueueElement
protected  SelectQueueElement NBIOFactory.newSelectQueueElement(java.lang.Object item)
           
 

Uses of SelectQueueElement in seda.sandStorm.lib.aSocket.nio
 

Subclasses of SelectQueueElement in seda.sandStorm.lib.aSocket.nio
 class NIOSelectorQueueElement
          A NIOSelectorQueueElement is a wrapper for NIO's SelectionKey which makes it a QueueElementIF.
 

Methods in seda.sandStorm.lib.aSocket.nio that return SelectQueueElement
protected  SelectQueueElement NIOFactory.newSelectQueueElement(java.lang.Object item)