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

Packages that use AsyncTask
com.sun.grizzly.arp   
 

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 AsyncExecutor.getAsyncTask()
          Get the AsyncProcesssorTask.
 AsyncTask DefaultAsyncExecutor.getAsyncTask()
          Return AsyncTask.
 

Methods in com.sun.grizzly.arp with parameters of type AsyncTask
protected  AsyncExecutor DefaultAsyncHandler.newAsyncExecutor(AsyncTask asyncTask)
          Create an instance of DefaultAsyncExecutor
 void AsyncHandler.returnTask(AsyncTask task)
          Return a Task
 void DefaultAsyncHandler.returnTask(AsyncTask asyncTask)
          Return th Task to the pool
 void AsyncExecutor.setAsyncTask(AsyncTask task)
          Set the AsyncProcesssorTask.
 void DefaultAsyncExecutor.setAsyncTask(AsyncTask asyncProcessorTask)
          Set the AsyncTask.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.