public class NettyTransportCodec extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NettyTransportCodec.NettyDataPackTransport protocol data structure when using Netty. | 
| static class  | NettyTransportCodec.NettyFrameDecoderProtocol decoder which converts Netty's ChannelBuffer to 
 NettyDataPack which contains a List<ByteBuffer> needed 
 by Avro Responder. | 
| static class  | NettyTransportCodec.NettyFrameEncoderProtocol encoder which converts NettyDataPack which contains the 
 Responder's output List<ByteBuffer> to ChannelBuffer needed 
 by Netty. | 
| Constructor and Description | 
|---|
| NettyTransportCodec() | 
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.