1、使用maven构建netty基础依赖
2、实现客户端发送一个请求,服务器会返回hello netty,即构建hello netty服务器
3、为channel设置初始化器
4、编写自定义助手类
5、netty生命周期
使用netty编写第一个hello netty服务器
1、使用maven构建netty基础依赖
2、实现客户端发送一个请求,服务器会返回hello netty,即构建hello netty服务器
3、为channel设置初始化器
4、编写自定义助手类
5、netty生命周期
使用netty编写第一个hello netty服务器