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