@ChannelHandler.Sharable public class StompChatHandler extends SimpleChannelInboundHandler<StompFrame>
ChannelHandler.Sharable
Constructor and Description |
---|
StompChatHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
channelRead0(ChannelHandlerContext ctx,
StompFrame inboundFrame)
Is called for each message of type
I . |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handlerAdded, handlerRemoved
protected void channelRead0(ChannelHandlerContext ctx, StompFrame inboundFrame) throws Exception
SimpleChannelInboundHandler
I
.channelRead0
in class SimpleChannelInboundHandler<StompFrame>
ctx
- the ChannelHandlerContext
which this SimpleChannelInboundHandler
belongs toinboundFrame
- the message to handleException
- is thrown if an error occurredCopyright © 2008–2021 The Netty Project. All rights reserved.