类 MessageOnlyDispatcher
- java.lang.Object
-
- com.alibaba.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
-
- 所有已实现的接口:
Dispatcher
public class MessageOnlyDispatcher extends Object implements Dispatcher
Only message receive uses the thread pool.
-
-
构造器概要
构造器 构造器 说明 MessageOnlyDispatcher()
-
-
-
方法详细资料
-
dispatch
public ChannelHandler dispatch(ChannelHandler handler, URL url)
从接口复制的说明:Dispatcher
dispatch the message to threadpool.- 指定者:
dispatch
在接口中Dispatcher
- 返回:
- channel handler
-
-