|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| com.sun.grizzly.arp | |
| com.sun.grizzly.http | |
| com.sun.grizzly.ssl | |
| Uses of Task in com.sun.grizzly.arp |
|---|
| Subinterfaces of Task in com.sun.grizzly.arp | |
|---|---|
interface |
AsyncTask
A Task that wraps the execution of an asynchronous execution
of a ProcessorTask. |
| Classes in com.sun.grizzly.arp that implement Task | |
|---|---|
class |
AsyncProcessorTask
A Task that wraps the execution of an asynchronous execution
of a ProcessorTask. |
| Methods in com.sun.grizzly.arp with parameters of type Task | |
|---|---|
void |
DefaultAsyncHandler.handle(Task task)
Handle an instance of a Task. |
void |
AsyncHandler.handle(Task task)
Handle a Task execution. |
| Uses of Task in com.sun.grizzly.http |
|---|
| Classes in com.sun.grizzly.http that implement Task | |
|---|---|
class |
ProcessorTask
Process HTTP request. |
class |
TaskBase
Abstract implementation of a Task object. |
| Methods in com.sun.grizzly.http with parameters of type Task | |
|---|---|
void |
SelectorThread.returnTask(Task task)
Returns the Task object to the pool. |
| Uses of Task in com.sun.grizzly.ssl |
|---|
| Classes in com.sun.grizzly.ssl that implement Task | |
|---|---|
class |
SSLAsyncProcessorTask
Simple ProcessorTask that configure the OutputBuffer
using an instance of SSLOutputBuffer. |
class |
SSLProcessorTask
Simple ProcessorTask that configure the OutputBuffer
using an instance of SSLOutputBuffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||