接口 ExchangeHandler
-
- 所有超级接口:
ChannelHandler
,TelnetHandler
public interface ExchangeHandler extends ChannelHandler, TelnetHandler
ExchangeHandler. (API, Prototype, ThreadSafe)
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Object
reply(ExchangeChannel channel, Object request)
reply.-
从接口继承的方法 com.alibaba.dubbo.remoting.ChannelHandler
caught, connected, disconnected, received, sent
-
从接口继承的方法 com.alibaba.dubbo.remoting.telnet.TelnetHandler
telnet
-
-
-
-
方法详细资料
-
reply
Object reply(ExchangeChannel channel, Object request) throws RemotingException
reply.- 参数:
channel
-request
-- 返回:
- response
- 抛出:
RemotingException
-
-