Class NettyPortUnificationTransporter
java.lang.Object
org.apache.dubbo.remoting.transport.netty4.NettyPortUnificationTransporter
- All Implemented Interfaces:
PortUnificationTransporter
-
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
-
NettyPortUnificationTransporter
public NettyPortUnificationTransporter()
-
-
Method Details
-
bind
public AbstractPortUnificationServer bind(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException - Specified by:
bindin interfacePortUnificationTransporter- Throws:
RemotingException
-
connect
public AbstractConnectionClient connect(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException - Specified by:
connectin interfacePortUnificationTransporter- Throws:
RemotingException
-