| Package | Description |
|---|---|
| org.apache.dubbo.remoting.exchange | |
| org.apache.dubbo.remoting.exchange.support | |
| org.apache.dubbo.remoting.exchange.support.header |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExchangeClient
ExchangeClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeChannel |
ExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress)
get channel.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ExchangeChannel> |
ExchangeServer.getExchangeChannels()
get channels.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Object> |
ExchangeHandler.reply(ExchangeChannel channel,
Object request)
reply.
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeChannel |
ExchangeServerDelegate.getExchangeChannel(InetSocketAddress remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExchangeChannel> |
ExchangeServerDelegate.getExchangeChannels() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReplierDispatcher.reply(ExchangeChannel channel,
Object request) |
CompletableFuture<Object> |
ExchangeHandlerDispatcher.reply(ExchangeChannel channel,
Object request) |
CompletableFuture<Object> |
ExchangeHandlerAdapter.reply(ExchangeChannel channel,
Object msg) |
Object |
Replier.reply(ExchangeChannel channel,
T request)
reply.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderExchangeClient
DefaultMessageClient
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeChannel |
HeaderExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExchangeChannel> |
HeaderExchangeServer.getExchangeChannels() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.