|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRouter | |
---|---|
com.sun.grizzly.cometd | |
com.sun.grizzly.cometd.servlet |
Uses of EventRouter in com.sun.grizzly.cometd |
---|
Classes in com.sun.grizzly.cometd that implement EventRouter | |
---|---|
class |
EventRouterImpl
From the Spec, an EventRouter is: The cometdContext router is channel based, with rules based on longest-prefix match dispatching for registered listeners. |
Uses of EventRouter in com.sun.grizzly.cometd.servlet |
---|
Methods in com.sun.grizzly.cometd.servlet that return EventRouter | |
---|---|
EventRouter |
CometdServlet.getEventRouter()
return the current EventRouter implementation. |
Methods in com.sun.grizzly.cometd.servlet with parameters of type EventRouter | |
---|---|
void |
CometdServlet.setEventRouter(EventRouter eventRouter)
Set the EventRouter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |