| Package | Description |
|---|---|
| org.apache.dubbo.remoting.api |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<Connection> |
Connection.CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionManager.connect(URL url) |
Connection |
SingleProtocolConnectionManager.connect(URL url) |
Connection |
MultiplexProtocolConnectionManager.connect(URL url) |
static Connection |
Connection.getConnectionFromChannel(io.netty.channel.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.forEachConnection(Consumer<Connection> connectionConsumer) |
void |
SingleProtocolConnectionManager.forEachConnection(Consumer<Connection> connectionConsumer) |
void |
MultiplexProtocolConnectionManager.forEachConnection(Consumer<Connection> connectionConsumer) |
| Constructor and Description |
|---|
ConnectionHandler(Connection connection) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.