Uses of Interface
mirrormap.nio.ISelectionKeyTask

Packages that use ISelectionKeyTask
mirrormap.nio   
 

Uses of ISelectionKeyTask in mirrormap.nio
 

Classes in mirrormap.nio that implement ISelectionKeyTask
 class TcpConnectionEndPoint
          Handles the socket processing for a TCP end point.
 

Methods in mirrormap.nio that return ISelectionKeyTask
 ISelectionKeyTask SelectorTasks.unregister(SelectionKey key)
          Unregister the selection key and remove the associated ISelectionKeyTask.
 

Methods in mirrormap.nio with parameters of type ISelectionKeyTask
 void SelectorTasks.register(int op, SelectableChannel channel, ISelectionKeyTask task)
          Register the internal Selector with the channel and map the supplied task to the SelectionKey that is returned from the SelectableChannel.register(Selector, int) method.
 



Copyright © 2010. All Rights Reserved.