随笔分类 - Netty
摘要:解决办法 -- cd common -- mvn clean compile -Dcheckstyle.skip=true 刚下过来netty框架属实把我整的头皮发麻,遇到各种各样的问题,在网上查了很多,其中困扰时间最长的就是编译netty的时候缺少io.netty.collection包的问题:
阅读全文
摘要:1. 粘包与半包 1.1 粘包现象 服务端代码 public class HelloWorldServer { static final Logger log = LoggerFactory.getLogger(HelloWorldServer.class); void start() { NioE
阅读全文
摘要:1.1 Netty 是什么? Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol ser
阅读全文