| Class | Description | 
|---|---|
| AvroGrpcClient | Component that sets up a gRPC client for Avro's IDL and Serialization. | 
| AvroGrpcServer | Provides components to set up a gRPC Server for Avro's IDL and serialization. | 
| AvroGrpcUtils | Utility methods for using Avro IDL and serialization with gRPC. | 
| AvroInputStream | An  InputStreambacked by Avro RPC request/response that can drained
 to aOutputStream. | 
| AvroInputStream.CountingOutputStream | An  OutputStreamthat writes to a targetOutputStreamand
 provides total number of bytes written to it. | 
| AvroRequestMarshaller | Marshaller for Avro RPC request. | 
| AvroResponseMarshaller | Marshaller for Avro RPC response. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.