Package org.apache.avro.ipc.netty
Class NettyTransportCodec
java.lang.Object
org.apache.avro.ipc.netty.NettyTransportCodec
Data structure, encoder and decoder classes for the Netty transport.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Transport protocol data structure when using Netty.static class
Protocol decoder which converts Netty's ChannelBuffer to NettyDataPack which contains a List<ByteBuffer> needed by Avro Responder.static class
Protocol encoder which converts NettyDataPack which contains the Responder's output List<ByteBuffer> to ChannelBuffer needed by Netty. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
NettyTransportCodec
public NettyTransportCodec()
-