勤恳仙人掌

文章
5
资源
0
加入时间
3年0月27天

netty之Socket

netty可以进行socket的服务端和客户端的编程,下面是简单的示例。netty socket服务端import io.netty.bootstrap.ServerBootstrap;import io.netty.channel.ChannelFuture;import io.netty.channel.EventLoopGroup;import io.netty.channel.nio.