设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

t-io 2.4.0发布, 不仅仅是百万级TCP长连接框架

2018-5-7 21:45| 发布者: joejoe0332| 查看: 394| 评论: 0|原作者: oschina|来自: oschina

摘要: 修改点:1、AioHandler.decode(ByteBuffer buffer, ChannelContext channelContext)方法签名改成AioHandler.decode(ByteBuffer buffer, int limit, int position, int readableLength, ChannelContext channelContex ...

修改点:

1、AioHandler.decode(ByteBuffer buffer, ChannelContext channelContext)方法签名改成AioHandler.decode(ByteBuffer buffer, int limit, int position, int readableLength, ChannelContext channelContext),就是加了几个参数,各位更新版本后,你的代码会有一个地方报错,加上这几个参数就可以了。

2、org.tio.websocket.server.handler.IWsMsgHandler增加onAfterHandshaked(HttpRequest httpRequest, HttpResponse httpResponse, ChannelContext channelContext),让用户在握手完成后可以做一些初始化工作

3、tio-websocket-server的文档:https://t-io.org/blog/index.html?p=%2Fblog%2Ftio%2Fws%2Fshowcase.html

4、tio-websocket-server的showcase工程:https://gitee.com/tywo45/tio-websocket-showcase。展示tio-websocket的用法,t-io官方提供的唯一tio-websocket示范教程,包括wss和监控等高级特性

5、tio-websocket-server的showcase工程在线演示:https://t-io.org/ws-showcase/index.html

6、其它各种修改,譬如j2cache、jfinal、hutool等框架的升级,tio-core日志的优化,不一一列举

最新pom:

<dependency>
    <groupid>org.t-io</groupid>
    <artifactid>tio-core</artifactid>
    <version>2.4.0.v20180508-RELEASE</version>
</dependency>


新闻播报:
继游戏(如贝密游戏)、IM(如j-im)、监控(太多了,一般不开源)、物联网(譬如氦氪云)等领域使用t-io后,最近又发现某开源区块链项目也在使用t-io,大家可以围观一下:https://gitee.com/tianyalei/md_blockchain


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部