Uses of Interface
org.glassfish.grizzly.nio.SelectionKeyHandler

Packages that use SelectionKeyHandler
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
 

Uses of SelectionKeyHandler in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return SelectionKeyHandler
 SelectionKeyHandler NIOTransportBuilder.getSelectionKeyHandler()
           
 

Methods in org.glassfish.grizzly with parameters of type SelectionKeyHandler
 T NIOTransportBuilder.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
          Set the SelectionKeyHandler to be used by the created NIOTransport.
 

Uses of SelectionKeyHandler in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement SelectionKeyHandler
 class DefaultSelectionKeyHandler
           
 

Fields in org.glassfish.grizzly.nio declared as SelectionKeyHandler
static SelectionKeyHandler SelectionKeyHandler.DEFAULT_SELECTION_KEY_HANDLER
          The default SelectionKeyHandler used by all created builder instances.
protected  SelectionKeyHandler NIOTransport.selectionKeyHandler
           
 

Methods in org.glassfish.grizzly.nio that return SelectionKeyHandler
 SelectionKeyHandler NIOTransport.getSelectionKeyHandler()
           
 

Methods in org.glassfish.grizzly.nio with parameters of type SelectionKeyHandler
 void NIOTransport.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.