All Classes and Interfaces
Classes
Class
Description
A Netty-based RPC
Server
implementation.A Netty-based
Transceiver
implementation.Creates threads with unique names based on a specified name prefix.
A ChannelFutureListener for channel write operations that notifies a
Callback
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.