public class DecodeHandler extends AbstractChannelHandlerDelegate
| Constructor and Description |
|---|
DecodeHandler(ChannelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
received(Channel channel,
Object message)
on message received.
|
caught, connected, disconnected, getHandler, sentpublic DecodeHandler(ChannelHandler handler)
public void received(Channel channel, Object message) throws RemotingException
ChannelHandlerreceived in interface ChannelHandlerreceived in class AbstractChannelHandlerDelegatechannel - channel.message - message.RemotingExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.