org.cometd.bayeux.server
Interface ConfigurableServerChannel.Initializer

All Known Subinterfaces:
BayeuxServer.ChannelListener
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.


Method Summary
 void configureChannel(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


Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.