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

Packages that use SelectorThread
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.standalone.comet   
com.sun.grizzly.standalone.cometd   
com.sun.grizzly.standalone.servlet   
com.sun.grizzly.webserver   
 

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.
 

Fields in com.sun.grizzly.http with type parameters of type SelectorThread
protected static ConcurrentHashMap<Integer,SelectorThread> SelectorThread.selectorThreads
          Static list of current instance of this class.
 

Methods in com.sun.grizzly.http that return SelectorThread
static SelectorThread SelectorThread.getSelector(InetAddress address, int port)
           
static SelectorThread SelectorThread.getSelector(int port)
          Deprecated. This method is not safe when a machine with multiple listeners are bound to different addresses using the same port. Use getSelector(java.net.InetAddress, int).
 SelectorThread Task.getSelectorThread()
          Returns the SelectorThread used by this task.
 SelectorThread TaskBase.getSelectorThread()
          Return the SelectorThread
 SelectorThread SelectorThreadHandler.getSelectorThread()
           
 SelectorThread HttpSelectorHandler.getSelectorThread()
           
 

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.
 ProcessorTask ProcessorTaskFactory.createProcessorTask(SelectorThread selectorThread, boolean isInitialize)
           
 void Task.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread used by this task.
 void TaskBase.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread object.
 void SelectorThreadHandler.setSelectorThread(SelectorThread selectorThread)
           
 void HttpSelectorHandler.setSelectorThread(SelectorThread selectorThread)
           
 

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

Uses of SelectorThread in com.sun.grizzly.http.embed
 

Methods in com.sun.grizzly.http.embed that return SelectorThread
 SelectorThread GrizzlyWebServer.getSelectorThread()
          Return the underlying SelectorThread.
 

Constructors in com.sun.grizzly.http.embed with parameters of type SelectorThread
Statistics(SelectorThread st)
          Create a Statistic class powered uner the hood by the 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 that return SelectorThread
 SelectorThread SSLSelectorThreadHandler.getSelectorThread()
           
 

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 Main.createSelectorThread(String[] args)
           
 SelectorThread StandaloneMainUtil.createSelectorThread(String[] args)
          Create a single SelectorThread and configure it using the command line passed arguments.
 

Methods in com.sun.grizzly.standalone with parameters of type SelectorThread
 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.comet
 

Methods in com.sun.grizzly.standalone.comet that return SelectorThread
 SelectorThread Comet.createSelectorThread(String[] args)
           
 

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

Methods in com.sun.grizzly.standalone.cometd that return SelectorThread
 SelectorThread Cometd.createSelectorThread(String[] args)
           
 

Methods in com.sun.grizzly.standalone.cometd with parameters of type SelectorThread
 Adapter Cometd.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)
           
 

Uses of SelectorThread in com.sun.grizzly.webserver
 

Methods in com.sun.grizzly.webserver that return SelectorThread
 SelectorThread WebServer.createSelectorThread(String[] args)
           
 

Methods in com.sun.grizzly.webserver with parameters of type SelectorThread
 Adapter WebServer.configureAdapter(SelectorThread st)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.