Class NettyTransporter
java.lang.Object
org.apache.dubbo.remoting.transport.netty.NettyTransporter
- All Implemented Interfaces:
Transporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(org.apache.dubbo.common.URL url, ChannelHandler handler) connect(org.apache.dubbo.common.URL url, ChannelHandler handler)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NettyTransporter
public NettyTransporter()
-
-
Method Details
-
bind
public RemotingServer bind(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException - Specified by:
bindin interfaceTransporter- Throws:
RemotingException
-
connect
public Client connect(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException - Specified by:
connectin interfaceTransporter- Throws:
RemotingException
-