Uses of Interface
org.cometd.bayeux.Bayeux
Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.client | |
org.cometd.oort | |
org.cometd.server |
-
Uses of Bayeux in org.cometd.bayeux.server
Subinterfaces of Bayeux in org.cometd.bayeux.server Modifier and Type Interface Description interface
BayeuxServer
The server-side Bayeux interface. -
Uses of Bayeux in org.cometd.client
Classes in org.cometd.client that implement Bayeux Modifier and Type Class Description class
BayeuxClient
BayeuxClient is the implementation of a client for the Bayeux protocol. -
Uses of Bayeux in org.cometd.oort
Classes in org.cometd.oort that implement Bayeux Modifier and Type Class Description class
OortComet
The Oort comet client connects a local Oort comet server to a remote Oort comet server. -
Uses of Bayeux in org.cometd.server
Classes in org.cometd.server that implement Bayeux Modifier and Type Class Description class
BayeuxServerImpl