GRPC C++  1.62.0
Data Structures | Namespaces
async_stream.h File Reference
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/channel_interface.h>
#include <grpcpp/impl/service_type.h>
#include <grpcpp/server_context.h>
#include <grpcpp/support/status.h>

Go to the source code of this file.

Data Structures

class  grpc::internal::ClientAsyncStreamingInterface
 Common interface for all client side asynchronous streaming. More...
 
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::ClientAsyncReaderInterface< R >
 
class  grpc::internal::ClientAsyncReaderFactory< R >
 
class  grpc::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::ClientAsyncWriterInterface< W >
 Common interface for client side asynchronous writing. More...
 
class  grpc::internal::ClientAsyncWriterFactory< W >
 
class  grpc::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::ClientAsyncReaderWriterInterface< W, R >
 Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R. More...
 
class  grpc::internal::ClientAsyncReaderWriterFactory< W, R >
 
class  grpc::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::ServerAsyncReaderInterface< W, R >
 
class  grpc::ServerAsyncReader< W, R >
 Async server-side API for doing client-streaming RPCs, where the incoming message stream from the client has messages of type R, and the single response message sent from the server is type W. More...
 
class  grpc::ServerAsyncWriterInterface< W >
 
class  grpc::ServerAsyncWriter< W >
 Async server-side API for doing server streaming RPCs, where the outgoing message stream from the server has messages of type W. More...
 
class  grpc::ServerAsyncReaderWriterInterface< W, R >
 Server-side interface for asynchronous bi-directional streaming. More...
 
class  grpc::ServerAsyncReaderWriter< W, R >
 Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream coming from the client has messages of type R, and the outgoing message stream coming from the server has messages of type W. More...
 

Namespaces

 grpc
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 grpc::internal
 Models a gRPC server.