|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SelectorThread in com.sun.enterprise.web.ara |
|---|
| Methods in com.sun.enterprise.web.ara that return SelectorThread | |
|---|---|
SelectorThread |
TaskWrapper.getSelectorThread()
|
| Methods in com.sun.enterprise.web.ara with parameters of type SelectorThread | |
|---|---|
void |
TaskWrapper.setSelectorThread(SelectorThread selectorThread)
|
| Uses of SelectorThread in com.sun.enterprise.web.ara.algorithms |
|---|
| Methods in com.sun.enterprise.web.ara.algorithms with parameters of type SelectorThread | |
|---|---|
Class |
ContextRootAlgorithm.getReadTask(SelectorThread selectorThread)
Return the class responsible for handling OP_READ. |
| Uses of SelectorThread in com.sun.enterprise.web.connector.grizzly |
|---|
| Subclasses of SelectorThread in com.sun.enterprise.web.connector.grizzly | |
|---|---|
class |
SelectorReadThread
Specialized SelectorThread that only handle OP_READ. |
| Fields in com.sun.enterprise.web.connector.grizzly declared as SelectorThread | |
|---|---|
protected SelectorThread |
TaskBase.selectorThread
The SelectorThread who created this task. |
| Methods in com.sun.enterprise.web.connector.grizzly 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.enterprise.web.connector.grizzly that return types with arguments of type SelectorThread | |
|---|---|
static Enumeration<SelectorThread> |
SelectorThread.getSelectors()
Return an Enumeration of the active
SelectorThreads |
| Methods in com.sun.enterprise.web.connector.grizzly 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. |
protected void |
SelectorThread.configureReadThread(SelectorThread multiSelector)
|
Class |
StreamAlgorithm.getReadTask(SelectorThread selectorThread)
Return the class responsible for handling OP_READ. |
void |
Task.setSelectorThread(SelectorThread selectorThread)
Set the SelectorThread used by this task. |
void |
TaskBase.setSelectorThread(SelectorThread selectorThread)
Set the SelectorThread object. |
| Uses of SelectorThread in com.sun.enterprise.web.connector.grizzly.algorithms |
|---|
| Methods in com.sun.enterprise.web.connector.grizzly.algorithms with parameters of type SelectorThread | |
|---|---|
Class |
ContentLengthAlgorithm.getReadTask(SelectorThread selectorThread)
Return the class responsible for handling OP_READ. |
Class |
StateMachineAlgorithm.getReadTask(SelectorThread selectorThread)
Return the full name of the class responsible for handling OP_READ. |
Class |
StreamAlgorithmBase.getReadTask(SelectorThread selectorThread)
Return the full name of the class responsible for handling OP_READ. |
| Uses of SelectorThread in com.sun.enterprise.web.connector.grizzly.blocking |
|---|
| Subclasses of SelectorThread in com.sun.enterprise.web.connector.grizzly.blocking | |
|---|---|
class |
SelectorBlockingThread
Blocking SocketServer implementation. |
| Uses of SelectorThread in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Subclasses of SelectorThread in com.sun.enterprise.web.connector.grizzly.ssl | |
|---|---|
class |
SSLSelectorReadThread
Specialized SelectorThread that only handle OP_READ over SSL. |
class |
SSLSelectorThread
SSL over NIO Selector implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||