Class SingleProtocolConnectionManager
java.lang.Object
org.apache.dubbo.remoting.api.connection.SingleProtocolConnectionManager
- All Implemented Interfaces:
ConnectionManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnect(URL url, ChannelHandler handler) voidforEachConnection(Consumer<AbstractConnectionClient> connectionConsumer)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SingleProtocolConnectionManager
-
-
Method Details
-
connect
- Specified by:
connectin interfaceConnectionManager
-
forEachConnection
- Specified by:
forEachConnectionin interfaceConnectionManager
-