| 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  
InputStream backed by Avro RPC request/response that can drained
 to aOutputStream. | 
| AvroInputStream.CountingOutputStream | 
 An  
OutputStream that writes to a target OutputStream and
 provides total number of bytes written to it. | 
| AvroRequestMarshaller | 
 Marshaller for Avro RPC request. 
 | 
| AvroResponseMarshaller | 
 Marshaller for Avro RPC response. 
 | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.