| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.ipc.NettyTransportCodec
public class NettyTransportCodec
Data structure, encoder and decoder classes for the Netty transport.
| Nested Class Summary | |
|---|---|
| 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 Summary | |
|---|---|
| NettyTransportCodec() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NettyTransportCodec()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||