Package org.cometd.bayeux.server
Class ConfigurableServerChannel.Initializer.Persistent
java.lang.Object
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer.Persistent
- All Implemented Interfaces:
ConfigurableServerChannel.Initializer
- Enclosing interface:
- ConfigurableServerChannel.Initializer
public static class ConfigurableServerChannel.Initializer.Persistent extends Object implements ConfigurableServerChannel.Initializer
Utility class that initializes channels to be persistent
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
ConfigurableServerChannel.Initializer.Persistent
-
Constructor Summary
Constructors Constructor Description Persistent()
-
Method Summary
Modifier and Type Method Description void
configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configured
-
Constructor Details
-
Persistent
public Persistent()
-
-
Method Details
-
configureChannel
Description copied from interface:ConfigurableServerChannel.Initializer
Callback invoked when a channel is created and needs to be configured- Specified by:
configureChannel
in interfaceConfigurableServerChannel.Initializer
- Parameters:
channel
- the channel to configure
-