Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
-
Uses of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server Modifier and Type Interface Description static interface
BayeuxServer.ChannelListener
Specialized listener forServerChannel
events.Classes in org.cometd.bayeux.server that implement ConfigurableServerChannel.Initializer Modifier and Type Class Description static class
ConfigurableServerChannel.Initializer.Persistent
Utility class that initializes channels to be persistentMethods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.Initializer Modifier and Type Method Description org.cometd.bayeux.MarkedReference<ServerChannel>
BayeuxServer. createChannelIfAbsent(String channelName, ConfigurableServerChannel.Initializer... initializers)
Creates aServerChannel
and initializes it atomically if the channel does not exist, or returns it if it already exists.