Uses of Interface
org.glassfish.grizzly.web.Task

Packages that use Task
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.arp   
 

Uses of Task in org.glassfish.grizzly.web
 

Classes in org.glassfish.grizzly.web that implement Task
 class ProcessorTask
          Process HTTP request.
 class TaskBase
          Abstract implementation of a Task object.
 

Methods in org.glassfish.grizzly.web with parameters of type Task
 void WebFilter.returnTask(Task task)
          Returns the Task object to the pool.
 

Uses of Task in org.glassfish.grizzly.web.arp
 

Subinterfaces of Task in org.glassfish.grizzly.web.arp
 interface AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Classes in org.glassfish.grizzly.web.arp that implement Task
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Methods in org.glassfish.grizzly.web.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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.