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

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 AsyncHandler.handle(Task task)
          Handle a Task execution.
 void DefaultAsyncHandler.handle(Task task)
          Handle an instance of a Task.
 

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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.