类 Transporter$Adaptive
- java.lang.Object
-
- org.apache.dubbo.remoting.Transporter$Adaptive
-
- 所有已实现的接口:
org.apache.dubbo.remoting.Transporter
public class Transporter$Adaptive extends Object implements org.apache.dubbo.remoting.Transporter
-
-
方法详细资料
-
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
-
-