Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel
-
Packages that use ConfigurableServerChannel Package Description org.cometd.bayeux.server org.cometd.examples org.cometd.oort org.cometd.server -
-
Uses of ConfigurableServerChannel in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel in org.cometd.bayeux.server Modifier and Type Interface Description interface
ServerChannel
Server side representation of a Bayeux channel.Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel Modifier and Type Method Description void
ConfigurableServerChannel.Initializer. configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configuredvoid
ConfigurableServerChannel.Initializer.Persistent. configureChannel(ConfigurableServerChannel channel)
-
Uses of ConfigurableServerChannel in org.cometd.examples
Methods in org.cometd.examples with parameters of type ConfigurableServerChannel Modifier and Type Method Description protected void
ChatService. configureChatStarStar(ConfigurableServerChannel channel)
protected void
ChatService. configureMembers(ConfigurableServerChannel channel)
protected void
ChatService. configurePrivateChat(ConfigurableServerChannel channel)
-
Uses of ConfigurableServerChannel in org.cometd.oort
Methods in org.cometd.oort with parameters of type ConfigurableServerChannel Modifier and Type Method Description void
OortObject. configureChannel(ConfigurableServerChannel channel)
Configures the channel used by this oort object. -
Uses of ConfigurableServerChannel in org.cometd.server
Classes in org.cometd.server that implement ConfigurableServerChannel Modifier and Type Class Description class
ServerChannelImpl
-