Uses of Class
org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
Packages that use ExchangeHandlerDispatcher
-
Uses of ExchangeHandlerDispatcher in org.apache.dubbo.remoting.exchange.support
Methods in org.apache.dubbo.remoting.exchange.support that return ExchangeHandlerDispatcherModifier and TypeMethodDescriptionExchangeHandlerDispatcher.addChannelHandler(ChannelHandler handler) ExchangeHandlerDispatcher.addReplier(Class<T> type, Replier<T> replier) ExchangeHandlerDispatcher.removeChannelHandler(ChannelHandler handler) ExchangeHandlerDispatcher.removeReplier(Class<T> type)