类 Transporter$Adaptive

  • 所有已实现的接口:
    org.apache.dubbo.remoting.Transporter

    public class Transporter$Adaptive
    extends Object
    implements org.apache.dubbo.remoting.Transporter
    • 构造器详细资料

      • Transporter$Adaptive

        public Transporter$Adaptive()
    • 方法详细资料

      • connect

        public org.apache.dubbo.remoting.Client connect​(URL arg0,
                                                        org.apache.dubbo.remoting.ChannelHandler arg1)
                                                 throws org.apache.dubbo.remoting.RemotingException
        指定者:
        connect 在接口中 org.apache.dubbo.remoting.Transporter
        抛出:
        org.apache.dubbo.remoting.RemotingException
      • bind

        public org.apache.dubbo.remoting.RemotingServer bind​(URL arg0,
                                                             org.apache.dubbo.remoting.ChannelHandler arg1)
                                                      throws org.apache.dubbo.remoting.RemotingException
        指定者:
        bind 在接口中 org.apache.dubbo.remoting.Transporter
        抛出:
        org.apache.dubbo.remoting.RemotingException