protected class NettyTransceiver.NettyClientAvroHandler
extends org.jboss.netty.channel.SimpleChannelUpstreamHandler
| Modifier | Constructor and Description | 
|---|---|
protected  | 
NettyClientAvroHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
channelOpen(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 e)  | 
void | 
handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
              org.jboss.netty.channel.ChannelEvent e)  | 
void | 
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
               org.jboss.netty.channel.MessageEvent e)  | 
public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext ctx,
                           org.jboss.netty.channel.ChannelEvent e)
                    throws Exception
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandlerhandleUpstream in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic void channelOpen(org.jboss.netty.channel.ChannelHandlerContext ctx,
                        org.jboss.netty.channel.ChannelStateEvent e)
                 throws Exception
channelOpen in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerExceptionpublic void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
                            org.jboss.netty.channel.MessageEvent e)
messageReceived in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerpublic void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
                            org.jboss.netty.channel.ExceptionEvent e)
exceptionCaught in class org.jboss.netty.channel.SimpleChannelUpstreamHandlerCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.