public abstract class AbstractClientControlFrameHandler extends AbstractClientHandler
| Constructor and Description |
|---|
AbstractClientControlFrameHandler(ClientContext clientContext,
StompFrame.Command command) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
handleControlFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame) |
protected void |
handleStompFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext channelContext,
org.jboss.netty.channel.MessageEvent e) |
exceptionCaught, getClientContext, sendError, sendErrorAndClose, sendFramepublic AbstractClientControlFrameHandler(ClientContext clientContext, StompFrame.Command command)
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext channelContext,
org.jboss.netty.channel.MessageEvent e)
throws Exception
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionprotected void handleStompFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame)
protected abstract void handleControlFrame(org.jboss.netty.channel.ChannelHandlerContext channelContext,
StompFrame frame)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.