接口的使用
com.alibaba.dubbo.remoting.Channel
-
使用Channel的程序包 程序包 说明 com.alibaba.dubbo.remoting com.alibaba.dubbo.remoting.telnet -
-
com.alibaba.dubbo.remoting中Channel的使用
参数类型为Channel的com.alibaba.dubbo.remoting中的方法 修饰符和类型 方法 说明 voidChannelHandler. caught(Channel channel, Throwable exception)已过时。voidChannelHandler. connected(Channel channel)已过时。voidChannelHandler. disconnected(Channel channel)已过时。voidChannelHandler. received(Channel channel, Object message)已过时。voidChannelHandler. sent(Channel channel, Object message)已过时。 -
com.alibaba.dubbo.remoting.telnet中Channel的使用
参数类型为Channel的com.alibaba.dubbo.remoting.telnet中的方法 修饰符和类型 方法 说明 StringTelnetHandler. telnet(Channel channel, String message)已过时。
-