public class MessageOnlyChannelHandler extends WrappedChannelHandler
| Constructor and Description |
|---|
MessageOnlyChannelHandler(ChannelHandler handler,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
received(Channel channel,
Object message)
on message received.
|
caught, close, connected, disconnected, getExecutorService, getHandler, getPreferredExecutorService, getSharedExecutorService, getUrl, sentpublic MessageOnlyChannelHandler(ChannelHandler handler, URL url)
public void received(Channel channel, Object message) throws RemotingException
ChannelHandlerreceived in interface ChannelHandlerreceived in class WrappedChannelHandlerchannel - channel.message - message.RemotingExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.