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   
 

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 TaskBase.getSelectorThread()
          Return the SelectorThread
 SelectorThread Task.getSelectorThread()
          Returns the SelectorThread used by this task.
 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 TaskBase.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread object.
 void Task.setSelectorThread(SelectorThread selectorThread)
          Set the SelectorThread used by this task.
 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 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
abstract  Adapter StandaloneMainUtil.configureAdapter(SelectorThread st)
          Configure the setAdapter(com.sun.grizzly.tcp.Adapter)
 void StandaloneMainUtil.startSelectorThread(SelectorThread st)
          Start a SelectorThread.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.