|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskListener | |
|---|---|
| com.sun.grizzly.arp | |
| com.sun.grizzly.comet | |
| com.sun.grizzly.http | |
| com.sun.grizzly.ssl | |
| Uses of TaskListener in com.sun.grizzly.arp |
|---|
| Classes in com.sun.grizzly.arp that implement TaskListener | |
|---|---|
class |
AsyncProcessorTask
A Task that wraps the execution of an asynchronous execution
of a ProcessorTask. |
class |
AsyncProtocolFilter
A ProtocolFilter that allow asynchronous http request processing. |
| Uses of TaskListener in com.sun.grizzly.comet |
|---|
| Classes in com.sun.grizzly.comet that implement TaskListener | |
|---|---|
class |
CometTask
A Task implementation that allow Grizzly ARP to notify
CometHandler when new data (bytes) are available from the
CometSelector. |
| Uses of TaskListener in com.sun.grizzly.http |
|---|
| Classes in com.sun.grizzly.http that implement TaskListener | |
|---|---|
class |
DefaultProcessorTask
Process HTTP request. |
class |
TaskBase
Abstract implementation of a Task object. |
| Fields in com.sun.grizzly.http with type parameters of type TaskListener | |
|---|---|
protected ArrayList<TaskListener> |
TaskBase.listeners
List of listeners |
| Methods in com.sun.grizzly.http with parameters of type TaskListener | |
|---|---|
void |
Task.addTaskListener(TaskListener task)
Add a Task to this class. |
void |
TaskBase.addTaskListener(TaskListener task)
Add the given TaskListener to this Task. |
void |
Task.removeTaskListener(TaskListener task)
Remove a Task to this class. |
void |
TaskBase.removeTaskListener(TaskListener task)
Remove the given TaskListener/code> from this
|
| Uses of TaskListener in com.sun.grizzly.ssl |
|---|
| Classes in com.sun.grizzly.ssl that implement TaskListener | |
|---|---|
class |
SSLAsyncProcessorTask
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
class |
SSLAsyncProtocolFilter
Asynchronous SSL support over NIO. |
class |
SSLDefaultProcessorTask
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||