Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
-
Packages that use ConfigurableServerChannel.Initializer Package Description org.cometd.bayeux.server org.cometd.oort org.cometd.server -
-
Uses of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server Modifier and Type Interface Description static interfaceBayeuxServer.ChannelListenerSpecialized listener forServerChannelevents.Classes in org.cometd.bayeux.server that implement ConfigurableServerChannel.Initializer Modifier and Type Class Description static classConfigurableServerChannel.Initializer.PersistentUtility class that initializes channels to be persistentMethods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.Initializer Modifier and Type Method Description MarkedReference<ServerChannel>BayeuxServer. createChannelIfAbsent(java.lang.String channelName, ConfigurableServerChannel.Initializer... initializers)Creates aServerChanneland initializes it atomically if the channel does not exist, or returns it if it already exists. -
Uses of ConfigurableServerChannel.Initializer in org.cometd.oort
Classes in org.cometd.oort that implement ConfigurableServerChannel.Initializer Modifier and Type Class Description classOortContainer<T>classOortList<E>A specialized oort object whose entity is aList.classOortLongMap<V>The equivalent of anOortMap<Long,V>.classOortMap<K,V>A specialized oort object whose entity is aConcurrentMap.classOortObject<T>AnOortObjectrepresents a named composite entity that is distributed in an Oort cluster.classOortStringMap<V>The equivalent of anOortMap<String,V>. -
Uses of ConfigurableServerChannel.Initializer in org.cometd.server
Methods in org.cometd.server with parameters of type ConfigurableServerChannel.Initializer Modifier and Type Method Description MarkedReference<ServerChannel>BayeuxServerImpl. createChannelIfAbsent(java.lang.String channelName, ConfigurableServerChannel.Initializer... initializers)
-