类 NettyClient
- java.lang.Object
-
- network.nerve.core.rpc.netty.bootstrap.NettyClient
-
public class NettyClient extends Object
netty客服端启动实现类 Customer Service Start Implementation Class- 作者:
- tag 2019/2/21
-
-
构造器概要
构造器 构造器 说明 NettyClient()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.netty.channel.ChannelcreateConnect(String uri)连接服务器,返回连接通道 Connect to the server and return to the connection channelstatic io.netty.channel.ChannelcreateConnect(String uri, int tryCount)
-