|
class | grpc::internal::AsyncReaderInterface< R > |
| An interface that yields a sequence of messages of type R. More...
|
|
class | grpc::internal::AsyncWriterInterface< W > |
| An interface that can be fed a sequence of messages of type W. More...
|
|
class | grpc::ClientAsyncReader< R > |
|
class | grpc::internal::ClientAsyncReaderFactory< R > |
|
class | grpc::ClientAsyncReaderInterface< R > |
|
class | grpc::ClientAsyncReaderWriter< W, R > |
|
class | grpc::internal::ClientAsyncReaderWriterFactory< W, R > |
|
class | grpc::ClientAsyncReaderWriterInterface< W, R > |
|
class | grpc::internal::ClientAsyncStreamingInterface |
| Common interface for all client side asynchronous streaming. More...
|
|
class | grpc::ClientAsyncWriter< W > |
|
class | grpc::internal::ClientAsyncWriterFactory< W > |
|
class | grpc::ClientAsyncWriterInterface< W > |
| Common interface for client side asynchronous writing. More...
|
|
class | grpc::ServerAsyncReader< W, R > |
|
class | grpc::ServerAsyncReaderInterface< W, R > |
|
class | grpc::ServerAsyncReaderWriter< W, R > |
|
class | grpc::ServerAsyncReaderWriterInterface< W, R > |
| Server-side interface for asynchronous bi-directional streaming. More...
|
|
class | grpc::ServerAsyncWriter< W > |
|
class | grpc::ServerAsyncWriterInterface< W > |
|