类 NettyTransporter
- java.lang.Object
-
- org.apache.dubbo.remoting.transport.netty4.NettyTransporter
-
- 所有已实现的接口:
Transporter
public class NettyTransporter extends Object implements Transporter
Default extension ofTransporterusing netty4.x.
-
-
构造器概要
构造器 构造器 说明 NettyTransporter()
-
-
-
方法详细资料
-
bind
public RemotingServer bind(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
- 指定者:
bind在接口中Transporter- 抛出:
RemotingException
-
connect
public Client connect(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
- 指定者:
connect在接口中Transporter- 抛出:
RemotingException
-
-