Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel
-
Uses of ConfigurableServerChannel in org.cometd.bayeux.server
Modifier and TypeInterfaceDescriptioninterface
Server side representation of a Bayeux channel.Modifier 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
Modifier and TypeMethodDescriptionvoid
OortObject.configureChannel
(ConfigurableServerChannel channel) Configures the channel used by this oort object. -
Uses of ConfigurableServerChannel in org.cometd.server