Skip to content

ashin-person/nettyProtocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

nettyProtocol

netty之自定义协议

自己定义的协议

  • 数据包格式
  • +——----——+——-----——+——----——+
  • |协议开始标志| 长度 | 数据 |
  • +——----——+——-----——+——----——+
  • 1.协议开始标志head_data,为int类型的数据,16进制表示为0X76
  • 2.传输数据的长度contentLength,int类型
  • 3.要传输的数据

About

netty之自定义协议

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages