接口 ExchangeClient
-
- 所有超级接口:
Channel
,Client
,Endpoint
,ExchangeChannel
,Resetable
- 所有已知实现类:
HeaderExchangeClient
public interface ExchangeClient extends Client, ExchangeChannel
ExchangeClient. (API/SPI, Prototype, ThreadSafe)
-
-
方法概要
-
从接口继承的方法 com.alibaba.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
-
从接口继承的方法 com.alibaba.dubbo.remoting.Endpoint
close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClose
-
从接口继承的方法 com.alibaba.dubbo.remoting.exchange.ExchangeChannel
close, getExchangeHandler, request, request
-
-