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 TypeInterfaceDescriptioninterface
Server side representation of a Bayeux channel.Methods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannelModifier and TypeMethodDescriptionvoid
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.oort
Methods in org.cometd.oort with parameters of type ConfigurableServerChannelModifier and TypeMethodDescriptionvoid
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