public static interface ConfigurableServerChannel.Initializer
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurableServerChannel.Initializer.Persistent
Utility class that initializes channels to be persistent
|
| Modifier and Type | Method and Description |
|---|---|
void |
configureChannel(ConfigurableServerChannel channel)
Callback invoked when a channel is created and needs to be configured
|
void configureChannel(ConfigurableServerChannel channel)
channel - the channel to configureCopyright © 2008–2019 The CometD Project. All rights reserved.