Uses of Interface
com.alibaba.dubbo.remoting.exchange.ExchangeChannel

Packages that use ExchangeChannel
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support   
com.alibaba.dubbo.remoting.exchange.support.header   
com.alibaba.dubbo.remoting.p2p.exchange.support   
 

Uses of ExchangeChannel in com.alibaba.dubbo.remoting.exchange
 

Subinterfaces of ExchangeChannel in com.alibaba.dubbo.remoting.exchange
 interface ExchangeClient
          ExchangeClient.
 

Methods in com.alibaba.dubbo.remoting.exchange that return ExchangeChannel
 ExchangeChannel ExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress)
          get channel.
 

Methods in com.alibaba.dubbo.remoting.exchange that return types with arguments of type ExchangeChannel
 Collection<ExchangeChannel> ExchangeServer.getExchangeChannels()
          get channels.
 

Methods in com.alibaba.dubbo.remoting.exchange with parameters of type ExchangeChannel
 Object ExchangeHandler.reply(ExchangeChannel channel, Object request)
          reply.
 

Uses of ExchangeChannel in com.alibaba.dubbo.remoting.exchange.support
 

Methods in com.alibaba.dubbo.remoting.exchange.support that return ExchangeChannel
 ExchangeChannel ExchangeServerDelegate.getExchangeChannel(InetSocketAddress remoteAddress)
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support that return types with arguments of type ExchangeChannel
 Collection<ExchangeChannel> ExchangeServerDelegate.getExchangeChannels()
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type ExchangeChannel
 Object ReplierDispatcher.reply(ExchangeChannel channel, Object request)
           
 Object ExchangeHandlerAdapter.reply(ExchangeChannel channel, Object msg)
           
 Object ExchangeHandlerDispatcher.reply(ExchangeChannel channel, Object request)
           
 Object Replier.reply(ExchangeChannel channel, T request)
          reply.
 

Uses of ExchangeChannel in com.alibaba.dubbo.remoting.exchange.support.header
 

Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement ExchangeChannel
 class HeaderExchangeClient
          DefaultMessageClient
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header that return ExchangeChannel
 ExchangeChannel HeaderExchangeServer.getExchangeChannel(InetSocketAddress remoteAddress)
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header that return types with arguments of type ExchangeChannel
 Collection<ExchangeChannel> HeaderExchangeServer.getExchangeChannels()
           
 

Uses of ExchangeChannel in com.alibaba.dubbo.remoting.p2p.exchange.support
 

Methods in com.alibaba.dubbo.remoting.p2p.exchange.support that return ExchangeChannel
 ExchangeChannel ExchangeServerPeer.getExchangeChannel(InetSocketAddress remoteAddress)
           
 

Methods in com.alibaba.dubbo.remoting.p2p.exchange.support that return types with arguments of type ExchangeChannel
 Collection<ExchangeChannel> ExchangeServerPeer.getExchangeChannels()
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.