com.alibaba.dubbo.remoting.transport.dispather.all
Class AllDispather

java.lang.Object
  extended by com.alibaba.dubbo.remoting.transport.dispather.all.AllDispather
All Implemented Interfaces:
Dispather

public class AllDispather
extends Object
implements Dispather

默认的线程池配置

Author:
chao.liuc

Field Summary
static String NAME
           
 
Constructor Summary
AllDispather()
           
 
Method Summary
 ChannelHandler dispath(ChannelHandler handler, URL url)
          dispath.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

AllDispather

public AllDispather()
Method Detail

dispath

public ChannelHandler dispath(ChannelHandler handler,
                              URL url)
Description copied from interface: Dispather
dispath.

Specified by:
dispath in interface Dispather
Returns:
channel handler


Copyright © 2012 Alibaba. All Rights Reserved.