|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncExecutor | |
|---|---|
| com.sun.enterprise.web.connector.grizzly | |
| com.sun.enterprise.web.connector.grizzly.async | |
| com.sun.enterprise.web.connector.grizzly.comet | |
| Uses of AsyncExecutor in com.sun.enterprise.web.connector.grizzly |
|---|
| Methods in com.sun.enterprise.web.connector.grizzly that return AsyncExecutor | |
|---|---|
AsyncExecutor |
AsyncTask.getAsyncExecutor()
Get the AsyncExecutor. |
| Methods in com.sun.enterprise.web.connector.grizzly with parameters of type AsyncExecutor | |
|---|---|
boolean |
AsyncFilter.doFilter(AsyncExecutor asyncExecutor)
Execute and return true if the next AsyncFilter
can be invoked. |
void |
AsyncTask.setAsyncExecutor(AsyncExecutor asyncExecutor)
Set the AsyncExecutor used by this Task
to delegate the execution of a ProcessorTask. |
| Uses of AsyncExecutor in com.sun.enterprise.web.connector.grizzly.async |
|---|
| Classes in com.sun.enterprise.web.connector.grizzly.async that implement AsyncExecutor | |
|---|---|
class |
DefaultAsyncExecutor
Default implementation of the AsyncExecutor. |
| Methods in com.sun.enterprise.web.connector.grizzly.async that return AsyncExecutor | |
|---|---|
AsyncExecutor |
AsyncProcessorTask.getAsyncExecutor()
Get the AsyncExecutor. |
| Methods in com.sun.enterprise.web.connector.grizzly.async with parameters of type AsyncExecutor | |
|---|---|
void |
AsyncProcessorTask.setAsyncExecutor(AsyncExecutor asyncExecutor)
Set the AsyncExecutor used by this Task
to delegate the execution of a ProcessorTask. |
| Uses of AsyncExecutor in com.sun.enterprise.web.connector.grizzly.comet |
|---|
| Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type AsyncExecutor | |
|---|---|
boolean |
CometAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
Execute the Comet AsyncFilter by delegating the work to the
CometEngine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||