|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AsyncExecutor | A interface used to define the execution of a AsyncTask
By default, AsyncTask will invoke an implementation
of this interface in this order:
(1) preExecute()
(2) interrupt()
(3) postExecute()
Implementation of this interface must decide when a task must be interrupted. |
AsyncFilter | An interface marker used to execute operations before
a AsyncProcesssorTask in pre/post or interrupted. |
AsyncHandler | When asynchronous request processing is enabled, the
Task must delegate the execution of the request
processing to an implementation of this interface. |
AsyncTask | A Task that wraps the execution of an asynchronous execution
of a ProcessorTask . |
Class Summary | |
---|---|
AsynchronousOutputBuffer | SocketChannelOutputBuffer used when Comet is used. |
AsyncInterceptor | Determine if a request can be executed using an AsyncHandler or not. |
AsyncProcessorTask | A Task that wraps the execution of an asynchronous execution
of a ProcessorTask . |
AsyncProtocolFilter | A ProtocolFilter that allow asynchronous http request processing. |
DefaultAsyncExecutor | Default implementation of the AsyncExecutor . |
DefaultAsyncHandler | Default implementation of AsyncHandler . |
Enum Summary | |
---|---|
AsyncFilter.Result |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |