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 interfaceServerChannelServer side representation of a Bayeux channel.Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel Modifier and Type Method Description voidConfigurableServerChannel.Initializer. configureChannel(ConfigurableServerChannel channel)Callback invoked when a channel is created and needs to be configuredvoidConfigurableServerChannel.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 voidChatService. configureChatStarStar(ConfigurableServerChannel channel)protected voidChatService. configureMembers(ConfigurableServerChannel channel)protected voidChatService. 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 voidOortObject. 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 classServerChannelImpl
-