com.alibaba.dubbo.remoting.transport
Class DecodeHandler

java.lang.Object
  extended by com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
      extended by com.alibaba.dubbo.remoting.transport.DecodeHandler
All Implemented Interfaces:
ChannelHandler, ChannelHandlerDelegate

public class DecodeHandler
extends AbstractChannelHandlerDelegate

Author:
kimi

Constructor Summary
DecodeHandler(ChannelHandler handler)
           
 
Method Summary
 void received(Channel channel, Object message)
          on message received.
 
Methods inherited from class com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate
caught, connected, disconnected, getHandler, sent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodeHandler

public DecodeHandler(ChannelHandler handler)
Method Detail

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–2017 Alibaba. All rights reserved.