com.alibaba.dubbo.remoting.transport.dispather.execution
Class ExecutionDispather

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

public class ExecutionDispather
extends Object
implements Dispather

除发送全部使用线程池处理

Author:
chao.liuc

Field Summary
static String NAME
           
 
Constructor Summary
ExecutionDispather()
           
 
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

ExecutionDispather

public ExecutionDispather()
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.