|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TaskBase in com.sun.enterprise.web.connector.grizzly |
|---|
| Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly | |
|---|---|
class |
AsyncReadTask
This task execute and then notify its listener, which usualy execute on their own thread. |
class |
DefaultProcessorTask
Process HTTP request. |
class |
DefaultReadTask
Read available data on a non blocking SocketChannel. |
class |
XAReadTask
Read available data on a non blocking SocketChannel. |
| Uses of TaskBase in com.sun.enterprise.web.connector.grizzly.async |
|---|
| Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.async | |
|---|---|
class |
AsyncProcessorTask
A Task that wraps the execution of an asynchronous execution
of a ProcessorTask. |
| Uses of TaskBase in com.sun.enterprise.web.connector.grizzly.blocking |
|---|
| Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.blocking | |
|---|---|
class |
ProcessorBlockingTask
Process HTTP request. |
class |
ReadBlockingTask
Process a blocking socket. |
| Uses of TaskBase in com.sun.enterprise.web.connector.grizzly.comet |
|---|
| Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.comet | |
|---|---|
class |
CometTask
A Task implementation that allow Grizzly ARP to notify
CometHandler when new data (bytes) are available from the
CometSelector. |
| Uses of TaskBase in com.sun.enterprise.web.connector.grizzly.ssl |
|---|
| Subclasses of TaskBase in com.sun.enterprise.web.connector.grizzly.ssl | |
|---|---|
class |
SSLAsyncProcessorTask
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
class |
SSLAsyncReadTask
Asynchronous SSL support over NIO. |
class |
SSLProcessorTask
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
class |
SSLReadTask
SSL support over NIO. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||