Uses of Interface
org.apache.dubbo.remoting.exchange.ExchangeChannel
Packages that use ExchangeChannel
Package
Description
-
Uses of ExchangeChannel in org.apache.dubbo.remoting.exchange
Subinterfaces of ExchangeChannel in org.apache.dubbo.remoting.exchangeMethods in org.apache.dubbo.remoting.exchange that return ExchangeChannelModifier and TypeMethodDescriptionExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress) get channel.Methods in org.apache.dubbo.remoting.exchange that return types with arguments of type ExchangeChannelMethods in org.apache.dubbo.remoting.exchange with parameters of type ExchangeChannelModifier and TypeMethodDescriptionExchangeHandler.reply(ExchangeChannel channel, Object request) reply. -
Uses of ExchangeChannel in org.apache.dubbo.remoting.exchange.support
Methods in org.apache.dubbo.remoting.exchange.support that return ExchangeChannelModifier and TypeMethodDescriptionExchangeServerDelegate.getExchangeChannel(InetSocketAddress remoteAddress) Methods in org.apache.dubbo.remoting.exchange.support that return types with arguments of type ExchangeChannelMethods in org.apache.dubbo.remoting.exchange.support with parameters of type ExchangeChannelModifier and TypeMethodDescriptionExchangeHandlerAdapter.reply(ExchangeChannel channel, Object msg) ExchangeHandlerDispatcher.reply(ExchangeChannel channel, Object request) Replier.reply(ExchangeChannel channel, T request) reply.ReplierDispatcher.reply(ExchangeChannel channel, Object request) -
Uses of ExchangeChannel in org.apache.dubbo.remoting.exchange.support.header
Classes in org.apache.dubbo.remoting.exchange.support.header that implement ExchangeChannelMethods in org.apache.dubbo.remoting.exchange.support.header that return ExchangeChannelModifier and TypeMethodDescriptionHeaderExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress) Methods in org.apache.dubbo.remoting.exchange.support.header that return types with arguments of type ExchangeChannel