
netty
guoruijun_2012_4
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
netty远程调用frp
import java.io.File; import java.io.FileWriter; import java.io.IOException; public class PathUtil { public static String getCurrentPath() { Class<?> caller = getCaller(); if (caller == null) { caller = PathUtil.cla转载 2020-10-27 23:03:06 · 265 阅读 · 0 评论 -
netty socket
server端 import java.nio.charset.Charset; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; import io转载 2020-10-27 09:07:57 · 218 阅读 · 0 评论