Uses of Class
com.sun.grizzly.http.TaskBase

Packages that use TaskBase
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of TaskBase in com.sun.grizzly.arp
 

Subclasses of TaskBase in com.sun.grizzly.arp
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Uses of TaskBase in com.sun.grizzly.comet
 

Subclasses of TaskBase in com.sun.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.grizzly.http
 

Subclasses of TaskBase in com.sun.grizzly.http
 class DefaultProcessorTask
          Process HTTP request.
 

Uses of TaskBase in com.sun.grizzly.ssl
 

Subclasses of TaskBase in com.sun.grizzly.ssl
 class SSLAsyncProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLDefaultProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.