接口 Transporter
-
- 所有超级接口:
org.apache.dubbo.remoting.Transporter
@Deprecated public interface Transporter extends org.apache.dubbo.remoting.Transporter
已过时。
-
-
方法详细资料
-
bind
@Adaptive({"server","transporter"}) Server bind(URL url, ChannelHandler handler) 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已过时。- 指定者:
bind在接口中org.apache.dubbo.remoting.Transporter- 抛出:
org.apache.dubbo.remoting.RemotingException
-
-