1、引入dependencie <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </depndency> 2、定义websocket服务类 WebSocketServer import io ...
标签: 网络编程
共 1 篇文章
1、引入dependencie <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </depndency> 2、定义websocket服务类 WebSocketServer import io ...