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

Packages that use AsyncExecutor
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.jruby   
 

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 AsyncProcessorTask.getAsyncExecutor()
          Get the AsyncExecutor.
 

Methods in com.sun.grizzly.arp with parameters of type AsyncExecutor
 void AsyncProcessorTask.setAsyncExecutor(AsyncExecutor asyncExecutor)
          Set the AsyncExecutor used by this Task to delegate the execution of a ProcessorTask.
 

Uses of AsyncExecutor in com.sun.grizzly.comet
 

Methods in com.sun.grizzly.comet with parameters of type AsyncExecutor
 boolean CometAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute the Comet AsyncFilter by delegating the work to the CometEngine.
 

Uses of AsyncExecutor in com.sun.grizzly.http
 

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

Methods in com.sun.grizzly.http 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.
 

Uses of AsyncExecutor in com.sun.grizzly.jruby
 

Methods in com.sun.grizzly.jruby with parameters of type AsyncExecutor
 boolean RubyRuntimeAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          If we know we gonna run out of ruby runtime, suspend the request and release the current thread.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.