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.Initializer
A 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 class
ConfigurableServerChannel.Initializer.Persistent
Utility class that initializes channels to be persistent -
Method Summary
Modifier and Type Method Description void
configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configured
-
Method Details
-
configureChannel
Callback invoked when a channel is created and needs to be configured- Parameters:
channel
- the channel to configure
-