内容简介:更新内容: AioSession.getSessionID以字符串形式返回 关键接口用final修饰,防止被子类重写 新增AioQuickServer启动banner(见上图) 重构解码器FixedLengthFrameDecoder、DelimiterFrameDecoder(与老版本不兼容...

更新内容:
AioSession.getSessionID以字符串形式返回
关键接口用final修饰,防止被子类重写
新增AioQuickServer启动banner(见上图)
重构解码器FixedLengthFrameDecoder、DelimiterFrameDecoder(与老版本不兼容)
SSL通信优化
优化网络断链的日志输出
客户端支持缓冲队列大小配置AioQuickClient.setWriteQueueSize,提升消息吞吐量
Maven地址
<!-- https://mvnrepository.com/artifact/org.smartboot.socket/aio-core --> <dependency> <groupId>org.smartboot.socket</groupId> <artifactId>aio-core</artifactId> <version>1.3.1</version> </dependency>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《smart-socket 1.3.1 发布,国产 Java AIO 通信框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms in Java
Michael T. Goodrich、Roberto Tamassia / Wiley / 2010-01-26 / USD 177.41
* This newest edition examines fundamental data structures by following a consistent object-oriented framework that builds intuition and analysis skills of data structures and algorithms * Presents ne......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!