1 Star 0 Fork 0

dxpchina / springboot-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 357 Bytes
一键复制 编辑 原始数据 按行查看 历史

springboot-netty

springboot中使用netty网络框架.

本案例实现:

  • TCP传输
  • protobuf 协议编解码
    • protobuf传输的文本,体积小,效率高
  • 心跳检测, 客户端网络异常断开时,server端是无法感知的,需要加心跳检测客户端是否是真的活跃.
  • 客户端测试类
    • 断开重连
    • 协议解析
    • 心跳
Java
1
https://gitee.com/dxpchina/springboot-study.git
git@gitee.com:dxpchina/springboot-study.git
dxpchina
springboot-study
springboot-study
master

搜索帮助