public class NettyTransporter extends Object implements Transporter
Transporter using netty4.x.| Constructor and Description |
|---|
NettyTransporter() |
| Modifier and Type | Method and Description |
|---|---|
RemotingServer |
bind(org.apache.dubbo.common.URL url,
ChannelHandler handler) |
Client |
connect(org.apache.dubbo.common.URL url,
ChannelHandler handler) |
public static final String NAME
public RemotingServer bind(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
bind in interface TransporterRemotingExceptionpublic Client connect(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
connect in interface TransporterRemotingExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.