Uses of Interface
com.sun.grizzly.cometd.EventRouter

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
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.