public class StompClientHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.stomp.StompFrame>
| Constructor and Description |
|---|
StompClientHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
protected void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.stomp.StompFrame frame) |
acceptInboundMessage, channelReadpublic void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelActive in interface io.netty.channel.ChannelHandlerchannelActive in class io.netty.channel.ChannelHandlerAdapterExceptionprotected void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.stomp.StompFrame frame)
throws Exception
messageReceived in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.stomp.StompFrame>ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.