|
GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
| template<class W > | |
| ClientAsyncReader (ChannelInterface *channel, CompletionQueue *cq, const RpcMethod &method, ClientContext *context, const W &request, void *tag) | |
| void | ReadInitialMetadata (void *tag) GRPC_OVERRIDE |
| void | Read (R *msg, void *tag) GRPC_OVERRIDE |
| void | Finish (Status *status, void *tag) GRPC_OVERRIDE |
Public Member Functions inherited from grpc::ClientAsyncStreamingInterface | |
| virtual | ~ClientAsyncStreamingInterface () |
Public Member Functions inherited from grpc::AsyncReaderInterface< R > | |
| virtual | ~AsyncReaderInterface () |
|
inline |
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.
|
inlinevirtual |
Implements grpc::AsyncReaderInterface< R >.
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.
1.8.6