|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationHandler | |
|---|---|
| com.sun.grizzly.comet | |
| Uses of NotificationHandler in com.sun.grizzly.comet |
|---|
| Classes in com.sun.grizzly.comet that implement NotificationHandler | |
|---|---|
class |
DefaultNotificationHandler
Default Notificationhandler that uses a thread pool dedicated to the CometEngine to execute the notification process. |
| Fields in com.sun.grizzly.comet declared as NotificationHandler | |
|---|---|
protected NotificationHandler |
CometContext.notificationHandler
The default NotificationHandler. |
| Methods in com.sun.grizzly.comet that return NotificationHandler | |
|---|---|
NotificationHandler |
CometContext.getNotificationHandler()
Return the associated NotificationHandler |
| Methods in com.sun.grizzly.comet with parameters of type NotificationHandler | |
|---|---|
void |
CometContext.setNotificationHandler(NotificationHandler notificationHandler)
Set the current NotificationHandler |
| Method parameters in com.sun.grizzly.comet with type arguments of type NotificationHandler | |
|---|---|
CometContext |
CometEngine.register(String topic,
int type,
Class<? extends NotificationHandler> notificationClass)
Instanciate a new CometContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||