Skip to content

Netty 4 的粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。

Notifications You must be signed in to change notification settings

webVueBlog/Netty-study

Repository files navigation

Netty的相关工程

Netty-hello :Netty 的 HelloWord 工程。客户端和服务端通信的相关代码。

Netty-heartbeat:Netty的心跳机制示例工程。

Netty-unpack:Netty的粘包和拆包处理方法。

Netty-httpServer:Netty Http 服务的实现。

Netty-reconnect: Netty Client 重连机制的实现。

Netty-protobuf: Netty 使用protobuf 协议进行数据数据传输。

Netty-slidingWindow: Netty 结合滑动窗口使用示例。

About

Netty 4 的粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages