@Extension(value="netty") @Singleton public class NettyTransporter extends Object implements Transporter
| 构造器和说明 |
|---|
NettyTransporter() |
public Server bind(com.alibaba.dubbo.common.URL url, ChannelHandler listener) throws RemotingException
bind 在接口中 TransporterRemotingExceptionpublic Client connect(com.alibaba.dubbo.common.URL url, ChannelHandler listener) throws RemotingException
connect 在接口中 TransporterRemotingExceptionCopyright © 2018. All rights reserved.