接口的使用
org.apache.dubbo.remoting.Client
-
使用Client的程序包 程序包 说明 org.apache.dubbo.remoting org.apache.dubbo.remoting.exchange org.apache.dubbo.remoting.exchange.support.header org.apache.dubbo.remoting.transport -
-
org.apache.dubbo.remoting中Client的使用
返回Client的org.apache.dubbo.remoting中的方法 修饰符和类型 方法 说明 ClientTransporter. connect(URL url, ChannelHandler handler)Connect to a server.static ClientTransporters. connect(String url, ChannelHandler... handler)static ClientTransporters. connect(URL url, ChannelHandler... handlers) -
org.apache.dubbo.remoting.exchange中Client的使用
org.apache.dubbo.remoting.exchange中Client的子接口 修饰符和类型 接口 说明 interfaceExchangeClientExchangeClient. -
org.apache.dubbo.remoting.exchange.support.header中Client的使用
实现Client的org.apache.dubbo.remoting.exchange.support.header中的类 修饰符和类型 类 说明 classHeaderExchangeClientDefaultMessageClient参数类型为Client的org.apache.dubbo.remoting.exchange.support.header中的构造器 构造器 说明 HeaderExchangeClient(Client client, boolean startTimer) -
org.apache.dubbo.remoting.transport中Client的使用
实现Client的org.apache.dubbo.remoting.transport中的类 修饰符和类型 类 说明 classAbstractClientAbstractClientclassClientDelegateClientDelegate返回Client的org.apache.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 ClientClientDelegate. getClient()参数类型为Client的org.apache.dubbo.remoting.transport中的方法 修饰符和类型 方法 说明 voidClientDelegate. setClient(Client client)参数类型为Client的org.apache.dubbo.remoting.transport中的构造器 构造器 说明 ClientDelegate(Client client)
-