從NIO到netty(8) serverBootstrap#bind()詳解

AbstractBootstrap#bind方法 public ChannelFuture bind(int inetPort) { return bind(new InetSocketAddress(inetPort)); } -----> public ChannelFuture bind(SocketAddress localAddress) { validate();一些參
相關文章
相關標籤/搜索