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

Packages that use AsyncHandler
com.sun.grizzly.arp   
com.sun.grizzly.http   
 

Uses of AsyncHandler in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement AsyncHandler
 class DefaultAsyncHandler
          Default implementation of AsyncHandler.
 

Methods in com.sun.grizzly.arp that return AsyncHandler
 AsyncHandler AsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 AsyncHandler DefaultAsyncExecutor.getAsyncHandler()
          Get the AsyncHandler who drive the asynchronous process.
 

Methods in com.sun.grizzly.arp with parameters of type AsyncHandler
 void AsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 void DefaultAsyncExecutor.setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler who drive the asynchronous process.
 

Uses of AsyncHandler in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as AsyncHandler
protected  AsyncHandler ProcessorTask.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.grizzly.http that return AsyncHandler
 AsyncHandler ProcessorTask.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.grizzly.http with parameters of type AsyncHandler
 void ProcessorTask.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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.