public class NettyConnectionManager extends Object implements ConnectionManager
| Constructor and Description |
|---|
NettyConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
AbstractConnectionClient |
connect(org.apache.dubbo.common.URL url,
ChannelHandler handler) |
void |
forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer) |
public static final String NAME
public AbstractConnectionClient connect(org.apache.dubbo.common.URL url, ChannelHandler handler)
connect in interface ConnectionManagerpublic void forEachConnection(Consumer<AbstractConnectionClient> connectionConsumer)
forEachConnection in interface ConnectionManagerCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.