netty01(长短连接、java)

 使用netty需要添加依赖包

     netty版本:netty-5.0.0.Alpha2 

    maven依赖:

<dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>5.0.0.Alpha2</version> </dependency>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpysxf.html