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