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