com.alibaba.dubbo.remoting.transport.dispather.connection
Class ConnectionOrderedDispather

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

public class ConnectionOrderedDispather
extends Object
implements Dispather

connect disconnect 保证顺序.

Author:
chao.liuc

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

ConnectionOrderedDispather

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