Uses of Interface
org.glassfish.grizzly.web.arp.AsyncHandler

Packages that use AsyncHandler
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.arp   
 

Uses of AsyncHandler in org.glassfish.grizzly.web
 

Fields in org.glassfish.grizzly.web declared as AsyncHandler
protected  AsyncHandler ProcessorTask.asyncHandler
          When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler
 

Methods in org.glassfish.grizzly.web that return AsyncHandler
 AsyncHandler ProcessorTask.getAsyncHandler()
          Return the AsyncHandler used when asynchronous execution is enabled.
 

Methods in org.glassfish.grizzly.web with parameters of type AsyncHandler
 void ProcessorTask.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler used when asynchronous execution is enabled.
 

Uses of AsyncHandler in org.glassfish.grizzly.web.arp
 

Classes in org.glassfish.grizzly.web.arp that implement AsyncHandler
 class DefaultAsyncHandler
          Default implementation of AsyncHandler.
 

Fields in org.glassfish.grizzly.web.arp declared as AsyncHandler
protected  AsyncHandler AsyncWebFilterConfig.asyncHandler
          When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler
 

Methods in org.glassfish.grizzly.web.arp that return AsyncHandler
 AsyncHandler DefaultAsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 AsyncHandler AsyncWebFilterConfig.getAsyncHandler()
          Return the AsyncHandler used when asynchronous execution is enabled.
 AsyncHandler AsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 

Methods in org.glassfish.grizzly.web.arp with parameters of type AsyncHandler
 void DefaultAsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 void AsyncWebFilterConfig.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler used when asynchronous execution is enabled.
 void AsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.