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

Packages that use AsyncTask
com.sun.grizzly.arp   
com.sun.grizzly.http   
 

Uses of AsyncTask in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement AsyncTask
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Methods in com.sun.grizzly.arp that return AsyncTask
 AsyncTask DefaultAsyncExecutor.getAsyncTask()
          Return AsyncTask.
 

Methods in com.sun.grizzly.arp with parameters of type AsyncTask
 void DefaultAsyncHandler.addToInterruptedQueue(AsyncTask task)
          Add a Task to the interrupted queue.
 void DefaultAsyncHandler.removeFromInterruptedQueue(AsyncTask task)
          Remove the Task from the interrupted queue.
 void DefaultAsyncHandler.returnTask(AsyncTask asyncTask)
          Return th Task to the pool
 void DefaultAsyncExecutor.setAsyncTask(AsyncTask asyncProcessorTask)
          Set the AsyncTask.
 

Uses of AsyncTask in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http that return AsyncTask
 AsyncTask AsyncExecutor.getAsyncTask()
          Get the AsycnProcesssorTask.
 

Methods in com.sun.grizzly.http with parameters of type AsyncTask
 void AsyncHandler.addToInterruptedQueue(AsyncTask task)
          Add the Task to the interrupted queue.
 void AsyncHandler.removeFromInterruptedQueue(AsyncTask task)
          Remove the Task from the interrupted queue.
 void AsyncHandler.returnTask(AsyncTask task)
          Return a Task
 void AsyncExecutor.setAsyncTask(AsyncTask task)
          Set the AsycnProcesssorTask.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.