Uses of Interface
org.cometd.bayeux.Channel
-
Packages that use Channel Package Description org.cometd.bayeux.client org.cometd.bayeux.server org.cometd.client org.cometd.common org.cometd.server -
-
Uses of Channel in org.cometd.bayeux.client
Subinterfaces of Channel in org.cometd.bayeux.client Modifier and Type Interface Description interfaceClientSessionChannelA 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 interfaceConfigurableServerChannelAConfigurableServerChanneloffers an API that can be used to configureServerChannels at creation time.interfaceServerChannelServer side representation of a Bayeux channel. -
Uses of Channel in org.cometd.client
Classes in org.cometd.client that implement Channel Modifier and Type Class Description protected classBayeuxClient.BayeuxClientChannelA channel scoped to this BayeuxClient. -
Uses of Channel in org.cometd.common
Classes in org.cometd.common that implement Channel Modifier and Type Class Description protected classAbstractClientSession.AbstractSessionChannelA channel scoped to aClientSession. -
Uses of Channel in org.cometd.server
Classes in org.cometd.server that implement Channel Modifier and Type Class Description protected classLocalSessionImpl.LocalChannelA channel scoped to this LocalSession.classServerChannelImpl
-