com.alibaba.dubbo.remoting.transport
Class DecodeHandler
java.lang.Object
com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
com.alibaba.dubbo.remoting.transport.DecodeHandler
- All Implemented Interfaces:
- ChannelHandler, ChannelHandlerDelegate
public class DecodeHandler
- extends AbstractChannelHandlerDelegate
- Author:
- kimi
DecodeHandler
public DecodeHandler(ChannelHandler handler)
received
public void received(Channel channel,
Object message)
throws RemotingException
- Description copied from interface:
ChannelHandler
- on message received.
- Specified by:
received in interface ChannelHandler- Overrides:
received in class AbstractChannelHandlerDelegate
- Parameters:
channel - channel.message - message.
- Throws:
RemotingException
Copyright © 2012 Alibaba. All Rights Reserved.