AbstractUnsafe.bind()作为入口在哪里调用的呢?
来源:3-5 服务端口的绑定

浪布斯
2018-08-25
AbstractUnsafe.bind()作为入口在哪里调用的呢?我从ServerBootstrap.bind()进去没有找到哪里有调用AbstractUnsafe的bind方法的
写回答
1回答
-
你好,可以在 AbstractUnsafe 的 bind() 方法上打个断点,然后使用光标来查看一下调用栈,可以看到整个调用链路
012021-08-13
相似问题