FileDocCategorySizeDatePackage
EventRouter.javaAPI DocGlassfish v2 API2775Fri May 04 22:36:56 BST 2007com.sun.grizzly.cometd

EventRouter

public interface EventRouter
From the Spec, an EventRouter is: The event router is channel based, with rules based on longest-prefix match dispatching for registered listeners. The "/meta/*" channel is reserved for communications with the event router itself (including connection setup, tear-down, and re-connection), and all conformant clients and servers must implement the following meta-channel verbs: * handshake * connect * reconnect * disconnect * status * subscribe * unsubscribe * ping
author
Jeanfrancois Arcand
author
TAKAI, Naoto

Fields Summary
Constructors Summary
Methods Summary
public voidroute(CometdRequest request, CometdResponse response)
Route a CometD message.