public class StompDisconnectionNegotiator extends Object implements org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelUpstreamHandler
| Constructor and Description |
|---|
StompDisconnectionNegotiator(ClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeRequested(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
handleDownstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e) |
void |
handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e) |
public StompDisconnectionNegotiator(ClientContext clientContext)
public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e)
throws Exception
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandlerExceptionpublic void handleDownstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e)
throws Exception
handleDownstream in interface org.jboss.netty.channel.ChannelDownstreamHandlerExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.