码迷,mamicode.com
首页 > 其他好文 > 详细

cometd使用-bayeux协议(读法:贝叶)

时间:2016-08-03 10:27:39      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

bayeux.createChannelIfAbsent("/**",  new ServerChannel.Initializer() {

            @Override
            public void configureChannel(ConfigurableServerChannel channel) {
                // TODO Auto-generated method stub
                
            }
            
        });

自动创建channel,并使用配置

解决问题:

1.自动创建隧道

2.告诉cometd何时销毁这些隧道。

bayeux.addExtension(new TimesyncExtension());

解决问题:防止服务器长时间闲置。计时。

   

cometd使用-bayeux协议(读法:贝叶)

标签:

原文地址:http://www.cnblogs.com/guochunyi/p/5731678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!