Uses of Interface
com.sun.enterprise.web.connector.grizzly.AsyncHandler

Packages that use AsyncHandler
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
 

Uses of AsyncHandler in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as AsyncHandler
protected  AsyncHandler DefaultProcessorTask.asyncHandler
          When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler
protected  AsyncHandler SelectorThread.asyncHandler
          When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler
 

Methods in com.sun.enterprise.web.connector.grizzly that return AsyncHandler
 AsyncHandler AsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 AsyncHandler DefaultProcessorTask.getAsyncHandler()
          Return the AsyncHandler used when asynchronous execution is enabled.
 AsyncHandler SelectorThread.getAsyncHandler()
          Return the AsyncHandler used when asynchronous execution is enabled.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type AsyncHandler
 void AsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 void DefaultProcessorTask.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler used when asynchronous execution is enabled.
 void SelectorThread.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler used when asynchronous execution is enabled.
 

Uses of AsyncHandler in com.sun.enterprise.web.connector.grizzly.async
 

Classes in com.sun.enterprise.web.connector.grizzly.async that implement AsyncHandler
 class DefaultAsyncHandler
          Default implementation of AsyncHandler.
 

Methods in com.sun.enterprise.web.connector.grizzly.async that return AsyncHandler
 AsyncHandler DefaultAsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 

Methods in com.sun.enterprise.web.connector.grizzly.async with parameters of type AsyncHandler
 void DefaultAsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.