Uses of Interface
com.sun.grizzly.SelectionKeyHandler

Packages that use SelectionKeyHandler
com.sun.grizzly   
com.sun.grizzly.connectioncache.server   
com.sun.grizzly.http   
 

Uses of SelectionKeyHandler in com.sun.grizzly
 

Classes in com.sun.grizzly that implement SelectionKeyHandler
 class BaseSelectionKeyHandler
          This class is an implementation of a SelectionKeyHandler which does not use the SelectionKey attachment, does not expire keys or utilize a keep-alive mechanism.
 class DefaultSelectionKeyHandler
          Default implementation of a SelectionKey Handler.
 

Fields in com.sun.grizzly declared as SelectionKeyHandler
protected  SelectionKeyHandler Controller.selectionKeyHandler
          The SelectionKey Handler used by this instance.
protected  SelectionKeyHandler TCPSelectorHandler.selectionKeyHandler
          The SelectionKeyHandler associated with this SelectorHandler.
 

Methods in com.sun.grizzly that return SelectionKeyHandler
 SelectionKeyHandler SelectorHandler.getSelectionKeyHandler()
          Get the SelectionKeyHandler associated with this SelectorHandler.
 SelectionKeyHandler Controller.getSelectionKeyHandler()
          Deprecated. Return the SelectionKeyHandler Method is deprecated. Use SelectorHandler.getSelectionKeyHandler() instead
 SelectionKeyHandler TCPSelectorHandler.getSelectionKeyHandler()
          Get the SelectionKeyHandler associated with this SelectorHandler.
 

Methods in com.sun.grizzly that return types with arguments of type SelectionKeyHandler
 Class<? extends SelectionKeyHandler> SelectorHandler.getPreferredSelectionKeyHandler()
          Get the preffered SelectionKeyHandler implementation for this SelectorHandler.
 Class<? extends SelectionKeyHandler> TCPSelectorHandler.getPreferredSelectionKeyHandler()
          Get the preffered SelectionKeyHandler implementation for this SelectorHandler.
 Class<? extends SelectionKeyHandler> UDPSelectorHandler.getPreferredSelectionKeyHandler()
          Get the preffered SelectionKeyHandler implementation for this SelectorHandler.
 

Methods in com.sun.grizzly with parameters of type SelectionKeyHandler
 void SelectorHandler.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
          Set SelectionKeyHandler associated with this SelectorHandler.
 void Controller.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
          Deprecated. Set the SelectionKeyHandler to use for managing the life cycle of SelectionKey. Method is deprecated. Use SelectorHandler.setSelectionKeyHandler() instead
 void TCPSelectorHandler.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
          Set SelectionKeyHandler associated with this SelectorHandler.
 

Uses of SelectionKeyHandler in com.sun.grizzly.connectioncache.server
 

Classes in com.sun.grizzly.connectioncache.server that implement SelectionKeyHandler
 class CacheableSelectionKeyHandler
          Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it
 

Uses of SelectionKeyHandler in com.sun.grizzly.http
 

Classes in com.sun.grizzly.http that implement SelectionKeyHandler
 class SelectorThreadKeyHandler
          Default HTTP SelectionKeyHandler implementation
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.