|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.comet.CometAsyncFilter
public class CometAsyncFilter
AJAX/Comet support using the Grizzly Asynchronous Request Processing default mechanism. Instance of this class represent an interrupted/polled/Comet request. Note: The request can be resumed anytime, and the polled request is not holding a thread.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.grizzly.arp.AsyncFilter |
|---|
AsyncFilter.Result |
| Constructor Summary | |
|---|---|
CometAsyncFilter()
Comet Async Filter. |
|
| Method Summary | |
|---|---|
AsyncFilter.Result |
doFilter(AsyncExecutor asyncExecutor)
Execute the Comet AsyncFilter by delegating the work to the
CometEngine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CometAsyncFilter()
| Method Detail |
|---|
public AsyncFilter.Result doFilter(AsyncExecutor asyncExecutor)
AsyncFilter by delegating the work to the
CometEngine. At this stage, the request has already
been interrupted.
doFilter in interface AsyncFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||