接口 Channel
-
- 所有超级接口:
org.apache.dubbo.remoting.Channel,org.apache.dubbo.remoting.Endpoint
@Deprecated public interface Channel extends org.apache.dubbo.remoting.Channel
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 ChannelHandlergetChannelHandler()已过时。URLgetUrl()已过时。
-
-
-
方法详细资料
-
getUrl
URL getUrl()
已过时。- 指定者:
getUrl在接口中org.apache.dubbo.remoting.Endpoint
-
getChannelHandler
ChannelHandler getChannelHandler()
已过时。- 指定者:
getChannelHandler在接口中org.apache.dubbo.remoting.Endpoint
-
-