GRPC C++  1.0.0
Data Structures | Namespaces
async_stream.h File Reference
#include <grpc++/impl/codegen/call.h>
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/server_context.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/status.h>

Go to the source code of this file.

Data Structures

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

Namespaces

 grpc