public static class NettyTransportCodec.NettyFrameEncoder
extends org.jboss.netty.handler.codec.oneone.OneToOneEncoder
| Constructor and Description | 
|---|
NettyFrameEncoder()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
encode(org.jboss.netty.channel.ChannelHandlerContext ctx,
      org.jboss.netty.channel.Channel channel,
      Object msg)
encode msg to ChannelBuffer 
 | 
protected Object encode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, Object msg) throws Exception
encode in class org.jboss.netty.handler.codec.oneone.OneToOneEncodermsg - NettyDataPack from NettyServerAvroHandler/NettyClientAvroHandler
            in the pipelineExceptionCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.