public class NettyConnectionManager extends Object implements ConnectionManager
| 构造器和说明 |
|---|
NettyConnectionManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractConnectionClient |
connect(org.apache.dubbo.common.URL url,
ChannelHandler handler) |
void |
forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer) |
public AbstractConnectionClient connect(org.apache.dubbo.common.URL url, ChannelHandler handler)
connect 在接口中 ConnectionManagerpublic void forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer)
forEachConnection 在接口中 ConnectionManagerCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.