com.alibaba.dubbo.remoting.exchange
Interface ExchangeClient

All Superinterfaces:
Channel, Client, Endpoint, ExchangeChannel, Resetable
All Known Implementing Classes:
HeaderExchangeClient

public interface ExchangeClient
extends Client, ExchangeChannel

ExchangeClient. (API/SPI, Prototype, ThreadSafe)

Author:
william.liangf

Method Summary
 
Methods inherited from interface com.alibaba.dubbo.remoting.Client
reconnect, reset
 
Methods inherited from interface com.alibaba.dubbo.common.Resetable
reset
 
Methods inherited from interface com.alibaba.dubbo.remoting.exchange.ExchangeChannel
close, getExchangeHandler, request, request
 
Methods inherited from interface com.alibaba.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
 
Methods inherited from interface com.alibaba.dubbo.remoting.Endpoint
close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClose
 



Copyright © 2012–2017 Alibaba. All rights reserved.