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

Packages that use ExchangeServer
com.alibaba.dubbo.remoting.exchange   
com.alibaba.dubbo.remoting.exchange.support   
com.alibaba.dubbo.remoting.exchange.support.header   
com.alibaba.dubbo.remoting.p2p.exchange   
com.alibaba.dubbo.remoting.p2p.exchange.support   
com.alibaba.dubbo.rpc.protocol.dubbo   
 

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

Methods in com.alibaba.dubbo.remoting.exchange that return ExchangeServer
static ExchangeServer Exchangers.bind(String url, ChannelHandler handler, Replier<?> replier)
           
static ExchangeServer Exchangers.bind(String url, ExchangeHandler handler)
           
static ExchangeServer Exchangers.bind(String url, Replier<?> replier)
           
static ExchangeServer Exchangers.bind(URL url, ChannelHandler handler, Replier<?> replier)
           
static ExchangeServer Exchangers.bind(URL url, ExchangeHandler handler)
           
 ExchangeServer Exchanger.bind(URL url, ExchangeHandler handler)
          bind.
static ExchangeServer Exchangers.bind(URL url, Replier<?> replier)
           
 

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

Classes in com.alibaba.dubbo.remoting.exchange.support that implement ExchangeServer
 class ExchangeServerDelegate
          ExchangeServerDelegate
 

Methods in com.alibaba.dubbo.remoting.exchange.support that return ExchangeServer
 ExchangeServer ExchangeServerDelegate.getServer()
           
 

Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type ExchangeServer
 void ExchangeServerDelegate.setServer(ExchangeServer server)
           
 

Constructors in com.alibaba.dubbo.remoting.exchange.support with parameters of type ExchangeServer
ExchangeServerDelegate(ExchangeServer server)
           
 

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

Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement ExchangeServer
 class HeaderExchangeServer
          ExchangeServerImpl
 

Methods in com.alibaba.dubbo.remoting.exchange.support.header that return ExchangeServer
 ExchangeServer HeaderExchanger.bind(URL url, ExchangeHandler handler)
           
 

Uses of ExchangeServer in com.alibaba.dubbo.remoting.p2p.exchange
 

Subinterfaces of ExchangeServer in com.alibaba.dubbo.remoting.p2p.exchange
 interface ExchangePeer
          Peer
 

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

Classes in com.alibaba.dubbo.remoting.p2p.exchange.support that implement ExchangeServer
 class ExchangeServerPeer
          ServerPeer
 

Constructors in com.alibaba.dubbo.remoting.p2p.exchange.support with parameters of type ExchangeServer
ExchangeServerPeer(ExchangeServer server, Map<URL,ExchangeClient> clients, ExchangeGroup group)
           
 

Uses of ExchangeServer in com.alibaba.dubbo.rpc.protocol.dubbo
 

Methods in com.alibaba.dubbo.rpc.protocol.dubbo that return types with arguments of type ExchangeServer
 Collection<ExchangeServer> DubboProtocol.getServers()
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.