GRPC C++  0.10.0.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
grpc::ServerAsyncReader< W, R > Class Template Reference

#include <server_context.h>

Public Member Functions

 ServerAsyncReader (ServerContext *ctx)
 
void SendInitialMetadata (void *tag) GRPC_OVERRIDE
 
void Read (R *msg, void *tag) GRPC_OVERRIDE
 
void Finish (const W &msg, const Status &status, void *tag)
 
void FinishWithError (const Status &status, void *tag)
 
- Public Member Functions inherited from grpc::ServerAsyncStreamingInterface
virtual ~ServerAsyncStreamingInterface ()
 
- Public Member Functions inherited from grpc::AsyncReaderInterface< R >
virtual ~AsyncReaderInterface ()
 

Constructor & Destructor Documentation

template<class W , class R >
grpc::ServerAsyncReader< W, R >::ServerAsyncReader ( ServerContext ctx)
inlineexplicit

Member Function Documentation

template<class W , class R >
void grpc::ServerAsyncReader< W, R >::Finish ( const W &  msg,
const Status status,
void *  tag 
)
inline
template<class W , class R >
void grpc::ServerAsyncReader< W, R >::FinishWithError ( const Status status,
void *  tag 
)
inline
template<class W , class R >
void grpc::ServerAsyncReader< W, R >::Read ( R *  msg,
void *  tag 
)
inlinevirtual
template<class W , class R >
void grpc::ServerAsyncReader< W, R >::SendInitialMetadata ( void *  tag)
inlinevirtual

The documentation for this class was generated from the following files: