|
class | grpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage > |
|
class | grpc_impl::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage > |
|
class | grpc_impl::internal::ClientCallbackReaderWriterImpl< Request, Response > |
|
class | grpc_impl::internal::ClientCallbackReaderImpl< Response > |
|
class | grpc_impl::internal::ClientCallbackWriterImpl< Request > |
|
class | grpc_impl::ClientReader< R > |
| Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R. More...
|
|
class | grpc_impl::ClientWriter< W > |
| Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W. More...
|
|
class | grpc_impl::ClientReaderWriter< W, R > |
| Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message stream coming from the client has messages of type W, and the incoming messages stream coming from the server has messages of type R. More...
|
|
class | grpc_impl::ClientAsyncReader< R > |
| Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R. More...
|
|
class | grpc_impl::ClientAsyncWriter< W > |
| Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W. More...
|
|
class | grpc_impl::ClientAsyncReaderWriter< W, R > |
| Async client-side interface for bi-directional streaming, where the outgoing message stream going to the server has messages of type W, and the incoming message stream coming from the server has messages of type R. More...
|
|
class | grpc_impl::ClientAsyncResponseReader< R > |
| Async API for client-side unary RPCs, where the message response received from the server is of type R. More...
|
|
class | grpc_impl::PropagationOptions |
| Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext. More...
|
|
class | grpc_impl::ClientContext |
| A ClientContext allows the person implementing a service client to: More...
|
|
class | grpc_impl::ClientContext::GlobalCallbacks |
| Global Callbacks. More...
|
|