Uses of Interface
org.cometd.bayeux.Channel
-
Packages that use Channel Package Description org.cometd.bayeux.client org.cometd.bayeux.server -
-
Uses of Channel in org.cometd.bayeux.client
Subinterfaces of Channel in org.cometd.bayeux.client Modifier and Type Interface Description interface
ClientSessionChannel
A client side channel representation. -
Uses of Channel in org.cometd.bayeux.server
Subinterfaces of Channel in org.cometd.bayeux.server Modifier and Type Interface Description interface
ConfigurableServerChannel
AConfigurableServerChannel
offers an API that can be used to configureServerChannel
s at creation time.interface
ServerChannel
Server side representation of a Bayeux channel.
-