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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-