|
GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
| ClientAsyncReaderWriter (ChannelInterface *channel, CompletionQueue *cq, const RpcMethod &method, ClientContext *context, void *tag) | |
| void | ReadInitialMetadata (void *tag) GRPC_OVERRIDE |
| void | Read (R *msg, void *tag) GRPC_OVERRIDE |
| void | Write (const W &msg, void *tag) GRPC_OVERRIDE |
| void | WritesDone (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::AsyncWriterInterface< W > | |
| virtual | ~AsyncWriterInterface () |
Public Member Functions inherited from grpc::AsyncReaderInterface< R > | |
| virtual | ~AsyncReaderInterface () |
|
inline |
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.
|
inlinevirtual |
Implements grpc::AsyncReaderInterface< R >.
|
inlinevirtual |
Implements grpc::ClientAsyncStreamingInterface.
|
inlinevirtual |
Implements grpc::AsyncWriterInterface< W >.
|
inlinevirtual |
Implements grpc::ClientAsyncReaderWriterInterface< W, R >.
1.8.6