Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel
Packages that use ConfigurableServerChannel
-
Uses of ConfigurableServerChannel in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptioninterfaceServer side representation of a Bayeux channel.Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannelModifier and TypeMethodDescriptionvoidConfigurableServerChannel.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 ConfigurableServerChannelModifier and TypeMethodDescriptionprotected 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 ConfigurableServerChannelModifier and TypeMethodDescriptionvoidOortObject.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