Interface ExchangeServer
- All Superinterfaces:
Endpoint,IdleSensible,RemotingServer,Resetable
- All Known Implementing Classes:
ExchangeServerDelegate,HeaderExchangeServer
ExchangeServer. (API/SPI, Prototype, ThreadSafe)
-
Method Summary
Modifier and TypeMethodDescriptiongetExchangeChannel(InetSocketAddress remoteAddress) get channel.get channels.Methods inherited from interface org.apache.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startCloseMethods inherited from interface org.apache.dubbo.remoting.IdleSensible
canHandleIdleMethods inherited from interface org.apache.dubbo.remoting.RemotingServer
getChannel, getChannels, isBound, reset
-
Method Details
-
getExchangeChannels
Collection<ExchangeChannel> getExchangeChannels()get channels.- Returns:
- channels
-
getExchangeChannel
get channel.- Parameters:
remoteAddress-- Returns:
- channel
-