Uses of Interface
com.sun.grizzly.SelectorHandlerTask

Packages that use SelectorHandlerTask
com.sun.grizzly   
 

Uses of SelectorHandlerTask in com.sun.grizzly
 

Classes in com.sun.grizzly that implement SelectorHandlerTask
protected  class TCPSelectorHandler.ConnectChannelOperation
           
protected  class TCPSelectorHandler.RegisterChannelOperation
           
protected  class TCPSelectorHandler.RegisterKeyOperation
           
protected  class TCPSelectorHandler.RunnableOperation
           
protected  class TCPSelectorHandler.SelectionKeyCancelOperation
           
 

Fields in com.sun.grizzly with type parameters of type SelectorHandlerTask
protected  Queue<SelectorHandlerTask> TCPSelectorHandler.postponedTasks
           
protected  Queue<SelectorHandlerTask> TCPSelectorHandler.selectorHandlerTasks
          The list of SelectionKeyOP to register next time the Selector.select is invoked.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.