public class StormClientHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Modifier and Type | Method and Description |
|---|---|
void |
channelInterestChanged(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent event) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent event) |
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent event)
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerpublic void channelInterestChanged(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws Exception
channelInterestChanged in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent event)
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerCopyright © 2019 The Apache Software Foundation. All Rights Reserved.