com.alibaba.dubbo.remoting.transport.dispather.message
Class MessageOnlyDispather

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

public class MessageOnlyDispather
extends Object
implements Dispather

只有message receive使用线程池.

Author:
chao.liuc

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

MessageOnlyDispather

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