Uses of Class
com.sun.grizzly.suspendable.SuspendableFilter.KeyHandler

Packages that use SuspendableFilter.KeyHandler
com.sun.grizzly.suspendable   
 

Uses of SuspendableFilter.KeyHandler in com.sun.grizzly.suspendable
 

Fields in com.sun.grizzly.suspendable with type parameters of type SuspendableFilter.KeyHandler
protected  ConcurrentHashMap<SelectionKey,SuspendableFilter.KeyHandler> SuspendableFilter.suspendedKeys
          The current list of suspended SelectionKey.
 

Methods in com.sun.grizzly.suspendable with parameters of type SuspendableFilter.KeyHandler
protected  void SuspendableMonitor.suspend(SuspendableFilter.KeyHandler kh)
          Suspend the ReadableChannel represented by this SuspendableFilter.KeyHandler by registering it on secondary Selector.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.