netty学习简单案列demo记录1.netty入门--netty-helloworld2.netty的粘包-netty-stick3.netty支持的各协议,包含messagepack、protobuf以及私有协议-netty-protocol4.netty开发httpserver服务-netty-httpserver5.netty开发websocket服务-netty-websocket6.netty生产级心跳学习,利用IdleStateEvent模拟心跳、断线重连等-netty-heartbeat7.netty权威指南中的私有协议栈开发章节,内容包含protocol编解码、心跳、断线重连等。marsha