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

Packages that use AsyncExecutor
com.sun.grizzly.arp   
 

Uses of AsyncExecutor in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement AsyncExecutor
 class DefaultAsyncExecutor
          Default implementation of the AsyncExecutor.
 

Methods in com.sun.grizzly.arp that return AsyncExecutor
 AsyncExecutor AsyncTask.getAsyncExecutor()
          Get the AsyncExecutor.
 AsyncExecutor AsyncProcessorTask.getAsyncExecutor()
          Get the AsyncExecutor.
protected  AsyncExecutor DefaultAsyncHandler.newAsyncExecutor(AsyncTask asyncTask)
          Create an instance of DefaultAsyncExecutor
 

Methods in com.sun.grizzly.arp with parameters of type AsyncExecutor
 boolean AsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute and return true if the next AsyncFilter can be invoked.
 void AsyncTask.setAsyncExecutor(AsyncExecutor asyncExecutor)
          Set the AsyncExecutor used by this Task to delegate the execution of a ProcessorTask.
 void AsyncProcessorTask.setAsyncExecutor(AsyncExecutor asyncExecutor)
          Set the AsyncExecutor used by this Task to delegate the execution of a ProcessorTask.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.