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

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

Uses of SelectorHandler in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return SelectorHandler
 SelectorHandler NIOTransportBuilder.getSelectorHandler()
           
 

Methods in org.glassfish.grizzly with parameters of type SelectorHandler
 T NIOTransportBuilder.setSelectorHandler(SelectorHandler selectorHandler)
          Set the SelectorHandler to be used by the created NIOTransport.
 

Uses of SelectorHandler in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement SelectorHandler
 class DefaultSelectorHandler
          Default implementation of NIO SelectorHandler
 

Fields in org.glassfish.grizzly.nio declared as SelectorHandler
static SelectorHandler SelectorHandler.DEFAULT_SELECTOR_HANDLER
          The default SelectorHandler used by all created builder instances.
protected  SelectorHandler NIOTransport.selectorHandler
           
 

Methods in org.glassfish.grizzly.nio that return SelectorHandler
 SelectorHandler NIOTransport.getSelectorHandler()
           
 

Methods in org.glassfish.grizzly.nio with parameters of type SelectorHandler
 void NIOTransport.setSelectorHandler(SelectorHandler selectorHandler)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.