Interface Channel

All Superinterfaces:
org.apache.dubbo.remoting.Channel, org.apache.dubbo.remoting.Endpoint

@Deprecated public interface Channel extends org.apache.dubbo.remoting.Channel
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     

    Methods inherited from interface org.apache.dubbo.remoting.Channel

    getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute

    Methods inherited from interface org.apache.dubbo.remoting.Endpoint

    close, close, getLocalAddress, isClosed, send, send, startClose
  • Method Details

    • getUrl

      URL getUrl()
      Deprecated.
      Specified by:
      getUrl in interface org.apache.dubbo.remoting.Endpoint
    • getChannelHandler

      ChannelHandler getChannelHandler()
      Deprecated.
      Specified by:
      getChannelHandler in interface org.apache.dubbo.remoting.Endpoint