Uses of Class
org.cometd.bayeux.MarkedReference
-
Packages that use MarkedReference Package Description org.cometd.bayeux org.cometd.bayeux.server org.cometd.server -
-
Uses of MarkedReference in org.cometd.bayeux
Methods in org.cometd.bayeux that return MarkedReference Modifier and Type Method Description static <S> MarkedReference<S>MarkedReference. empty() -
Uses of MarkedReference in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return MarkedReference 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 MarkedReference in org.cometd.server
Methods in org.cometd.server that return MarkedReference Modifier and Type Method Description MarkedReference<ServerChannel>BayeuxServerImpl. createChannelIfAbsent(java.lang.String channelName, ConfigurableServerChannel.Initializer... initializers)
-