接口 ExchangeServer
-
- 所有已知子接口:
ExchangePeer
public interface ExchangeServer extends Server
ExchangeServer. (API/SPI, Prototype, ThreadSafe)
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ExchangeChannel
getExchangeChannel(InetSocketAddress remoteAddress)
get channel.Collection<ExchangeChannel>
getExchangeChannels()
get channels.-
从接口继承的方法 com.alibaba.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClose
-
从接口继承的方法 com.alibaba.dubbo.remoting.Server
getChannel, getChannels, isBound, reset
-
-
-
-
方法详细资料
-
getExchangeChannels
Collection<ExchangeChannel> getExchangeChannels()
get channels.- 返回:
- channels
-
getExchangeChannel
ExchangeChannel getExchangeChannel(InetSocketAddress remoteAddress)
get channel.- 参数:
remoteAddress
-- 返回:
- channel
-
-