摘要: 为什么要使用netty的传输方式? 这里举一个例子,例子使用经典的OIO来创建一个服务器。 public class PlainOioServer { public void server(int port) throws IOException { final ServerSocket socke 阅读全文
posted @ 2021-07-01 11:06 StivenYang 阅读(289) 评论(0) 推荐(0) 编辑