Uses of Interface
com.sun.grizzly.http.Task

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

Uses of Task in com.sun.grizzly.arp
 

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.
 

Uses of Task in com.sun.grizzly.comet
 

Classes in com.sun.grizzly.comet that implement Task
 class CometTask
          A Task implementation that allow Grizzly ARP to notify CometHandler when new data (bytes) are available from the CometSelector.
 

Uses of Task in com.sun.grizzly.http
 

Subinterfaces of Task in com.sun.grizzly.http
 interface AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 interface ProcessorTask
          Process HTTP request.
 

Classes in com.sun.grizzly.http that implement Task
 class DefaultProcessorTask
          Process HTTP request.
 class TaskBase
          Abstract implementation of a Task object.
 

Methods in com.sun.grizzly.http that return Task
 Task KeepAliveCountManager.getTask()
          Return a SelectionKey object available in the pipeline.
 

Methods in com.sun.grizzly.http with parameters of type Task
 void KeepAliveCountManager.addTask(Task task)
          Add an object to this pipeline
 void AsyncHandler.handle(Task task)
          Handle a Task execution.
 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 SSLDefaultProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.