Uses of Class
com.sun.grizzly.http.SelectorThread

Packages that use SelectorThread
com.sun.grizzly.http   
com.sun.grizzly.jruby   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.standalone.messagesbus   
com.sun.grizzly.standalone.servlet   
 

Uses of SelectorThread in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as SelectorThread
protected  SelectorThread TaskBase.selectorThread
          The SelectorThread who created this task.
 

Methods in com.sun.grizzly.http that return SelectorThread
static SelectorThread SelectorThread.getSelector(int port)
          Return the SelectorThread which listen on port, or null if there is no SelectorThread.
 SelectorThread Task.getSelectorThread()
          Returns the SelectorThread used by this task.
 SelectorThread TaskBase.getSelectorThread()
          Return the SelectorThread
 

Methods in com.sun.grizzly.http that return types with arguments of type SelectorThread
static Enumeration<SelectorThread> SelectorThread.getSelectors()
          Return an Enumeration of the active SelectorThreads
 

Methods in com.sun.grizzly.http with parameters of type SelectorThread
static void SelectorThreadConfig.configure(SelectorThread selectorThread)
          Configure properties on SelectorThread
protected static void SelectorThreadConfig.configureProperties(SelectorThread selectorThread)
          Read systems properties and configure the SelectorThread.
 void SelectorThreadHandler.setSelectorThread(SelectorThread selectorThread)
           
 void Task.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread used by this task.
 void TaskBase.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread object.
 

Constructors in com.sun.grizzly.http with parameters of type SelectorThread
SelectorThreadHandler(SelectorThread selectorThread)
           
SelectorThreadKeyHandler(SelectorThread selectorThread)
           
 

Uses of SelectorThread in com.sun.grizzly.jruby
 

Subclasses of SelectorThread in com.sun.grizzly.jruby
 class RailsSelectorThread
          JRuby on rails implementation of Grizzly SelectorThread
 

Uses of SelectorThread in com.sun.grizzly.ssl
 

Subclasses of SelectorThread in com.sun.grizzly.ssl
 class SSLSelectorThread
          SSL over NIO Selector implementation.
 

Methods in com.sun.grizzly.ssl with parameters of type SelectorThread
 void SSLSelectorThreadHandler.setSelectorThread(SelectorThread selectorThread)
           
 

Constructors in com.sun.grizzly.ssl with parameters of type SelectorThread
SSLSelectorThreadHandler(SelectorThread selectorThread)
           
 

Uses of SelectorThread in com.sun.grizzly.standalone
 

Methods in com.sun.grizzly.standalone that return SelectorThread
 SelectorThread Cometd.createSelectorThread(String[] args)
           
 SelectorThread GrizzletContainer.createSelectorThread(String[] args)
           
 SelectorThread Comet.createSelectorThread(String[] args)
           
 SelectorThread Main.createSelectorThread(String[] args)
           
 SelectorThread StandaloneMainUtil.createSelectorThread(String[] args)
          Create a single SelectorThread.
 

Methods in com.sun.grizzly.standalone with parameters of type SelectorThread
 Adapter Cometd.configureAdapter(SelectorThread st)
           
 Adapter GrizzletContainer.configureAdapter(SelectorThread st)
           
 Adapter Main.configureAdapter(SelectorThread st)
           
abstract  Adapter StandaloneMainUtil.configureAdapter(SelectorThread st)
          Configure the setAdapter(com.sun.grizzly.tcp.Adapter)
 void StandaloneMainUtil.startSelectorThread(SelectorThread st)
          Start a SelectorThread.
 

Uses of SelectorThread in com.sun.grizzly.standalone.messagesbus
 

Methods in com.sun.grizzly.standalone.messagesbus that return SelectorThread
 SelectorThread Main.createSelectorThread(String[] args)
          Create a single SelectorThread.
 

Methods in com.sun.grizzly.standalone.messagesbus with parameters of type SelectorThread
 Adapter Main.configureAdapter(SelectorThread st)
           
 

Uses of SelectorThread in com.sun.grizzly.standalone.servlet
 

Methods in com.sun.grizzly.standalone.servlet with parameters of type SelectorThread
 Adapter ServletLauncher.configureAdapter(SelectorThread st)
           
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.