摘要: 一般用netty来发送和接收数据都会继承SimpleChannelInboundHandler和ChannelInboundHandlerAdapter这两个抽象类,那么这两个到底有什么区别呢? 其实用这两个抽象类是有讲究的,在客户端的业务Handler继承的是SimpleChannelInboun 阅读全文
posted @ 2022-04-22 11:31 会飞的猪仔 阅读(1166) 评论(0) 推荐(1)