Package org.cometd.bayeux.server
Interface ConfigurableServerChannel.Initializer
-
- All Known Subinterfaces:
BayeuxServer.ChannelListener
- All Known Implementing Classes:
ConfigurableServerChannel.Initializer.Persistent,OortContainer,OortList,OortLongMap,OortMap,OortObject,OortStringMap
- Enclosing interface:
- ConfigurableServerChannel
public static interface ConfigurableServerChannel.InitializerA listener interface by means of which listeners can atomically set the initial configuration of a channel.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurableServerChannel.Initializer.PersistentUtility class that initializes channels to be persistent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureChannel(ConfigurableServerChannel channel)Callback invoked when a channel is created and needs to be configured
-
-
-
Method Detail
-
configureChannel
void configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configured- Parameters:
channel- the channel to configure
-
-