摘要: 一. linkmaster 1. websocket实现 使用netty实现 ChannelPipeline pipeline = ch.pipeline(); // 因为使用http协议, 需要 http解码器 pipeline.addLast(new ChannelHandler[]{new H 阅读全文
posted @ 2024-09-02 00:27 好友33 阅读(27) 评论(0) 推荐(0)