|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DefaultAsyncExecutor.getAsyncHandler()
Get the AsyncHandler who drive the asynchronous process. |
Methods in com.sun.grizzly.arp with parameters of type AsyncHandler | |
---|---|
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 |
SelectorThread.asyncHandler
When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler |
protected AsyncHandler |
DefaultProcessorTask.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 |
SelectorThread.getAsyncHandler()
Return the AsyncHandler used when asynchronous execution is
enabled. |
AsyncHandler |
AsyncExecutor.getAsyncHandler()
Get the AsyncHandler who drive the asynchronous process. |
AsyncHandler |
DefaultProcessorTask.getAsyncHandler()
Return the AsyncHandler used when asynchronous execution is
enabled. |
Methods in com.sun.grizzly.http with parameters of type AsyncHandler | |
---|---|
void |
SelectorThread.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. |
void |
DefaultProcessorTask.setAsyncHandler(AsyncHandler asyncHandler)
Set the AsyncHandler used when asynchronous execution is
enabled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |