public class WebSocketDisconnectionNegotiator
extends java.lang.Object
implements org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelUpstreamHandler
| Constructor and Description |
|---|
WebSocketDisconnectionNegotiator() |
| 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 void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e)
throws java.lang.Exception
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandlerjava.lang.Exceptionpublic void handleDownstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelEvent e)
throws java.lang.Exception
handleDownstream in interface org.jboss.netty.channel.ChannelDownstreamHandlerjava.lang.Exceptionpublic void closeRequested(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws java.lang.Exception
java.lang.Exception