| Package | Description |
|---|---|
| org.apache.dubbo.remoting | |
| org.apache.dubbo.remoting.exchange | |
| org.apache.dubbo.remoting.exchange.support.header | |
| org.apache.dubbo.remoting.transport |
| Modifier and Type | Method and Description |
|---|---|
static Client |
Transporters.connect(String url,
ChannelHandler... handler) |
static Client |
Transporters.connect(URL url,
ChannelHandler... handlers) |
Client |
Transporter.connect(URL url,
ChannelHandler handler)
Connect to a server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExchangeClient
ExchangeClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderExchangeClient
DefaultMessageClient
|
| Constructor and Description |
|---|
HeaderExchangeClient(Client client,
boolean startTimer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient
AbstractClient
|
class |
ClientDelegate
ClientDelegate
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientDelegate.getClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientDelegate.setClient(Client client) |
| Constructor and Description |
|---|
ClientDelegate(Client client) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.