Interface Transporter

All Superinterfaces:
org.apache.dubbo.remoting.Transporter

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

    Modifier and Type
    Method
    Description
    bind(URL url, ChannelHandler handler)
    Deprecated.
     
    default org.apache.dubbo.remoting.RemotingServer
    bind(org.apache.dubbo.common.URL url, org.apache.dubbo.remoting.ChannelHandler handler)
    Deprecated.
     

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

    connect
  • Method Details

    • bind

      @Adaptive({"server","transporter"}) Server bind(URL url, ChannelHandler handler) throws RemotingException
      Deprecated.
      Throws:
      RemotingException
    • bind

      default org.apache.dubbo.remoting.RemotingServer bind(org.apache.dubbo.common.URL url, org.apache.dubbo.remoting.ChannelHandler handler) throws org.apache.dubbo.remoting.RemotingException
      Deprecated.
      Specified by:
      bind in interface org.apache.dubbo.remoting.Transporter
      Throws:
      org.apache.dubbo.remoting.RemotingException