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

Packages that use AsyncExecutor
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.websockets   
 

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
 AsyncFilter.Result AsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute and return AsyncFilter.Result.
 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 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
 AsyncFilter.Result CometAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute the Comet AsyncFilter by delegating the work to the CometEngine.
 

Uses of AsyncExecutor in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets with parameters of type AsyncExecutor
 AsyncFilter.Result WebSocketAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
           
 boolean WebSocketEngine.upgrade(AsyncExecutor asyncExecutor)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.