接口 Channel

  • 所有超级接口:
    org.apache.dubbo.remoting.Channel, org.apache.dubbo.remoting.Endpoint

    @Deprecated
    public interface Channel
    extends org.apache.dubbo.remoting.Channel
    已过时。
    • 方法概要

      所有方法 实例方法 抽象方法 已过时的方法 
      修饰符和类型 方法 说明
      ChannelHandler getChannelHandler()
      已过时。
       
      URL getUrl()
      已过时。
       
      • 从接口继承的方法 org.apache.dubbo.remoting.Channel

        getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
      • 从接口继承的方法 org.apache.dubbo.remoting.Endpoint

        close, close, getLocalAddress, isClosed, send, send, startClose
    • 方法详细资料

      • getUrl

        URL getUrl()
        已过时。
        指定者:
        getUrl 在接口中 org.apache.dubbo.remoting.Endpoint
      • getChannelHandler

        ChannelHandler getChannelHandler()
        已过时。
        指定者:
        getChannelHandler 在接口中 org.apache.dubbo.remoting.Endpoint