Package org.apache.avro.ipc.netty
package org.apache.avro.ipc.netty
-
ClassDescriptionA Netty-based RPC
Server
implementation.A Netty-basedTransceiver
implementation.Creates threads with unique names based on a specified name prefix.A ChannelFutureListener for channel write operations that notifies aCallback
if an error occurs while writing to the channel.Data structure, encoder and decoder classes for the Netty transport.Transport protocol data structure when using Netty.Protocol decoder which converts Netty's ChannelBuffer to NettyDataPack which contains a List<ByteBuffer> needed by Avro Responder.Protocol encoder which converts NettyDataPack which contains the Responder's output List<ByteBuffer> to ChannelBuffer needed by Netty.