GRPC C++
0.10.0.0
|
#include <client_context.h>
Public Member Functions | |
ClientReaderWriter (ChannelInterface *channel, const RpcMethod &method, ClientContext *context) | |
void | WaitForInitialMetadata () |
bool | Read (R *msg) GRPC_OVERRIDE |
bool | Write (const W &msg, const WriteOptions &options) GRPC_OVERRIDE |
bool | WritesDone () GRPC_OVERRIDE |
Status | Finish () GRPC_OVERRIDE |
![]() | |
virtual | ~ClientStreamingInterface () |
![]() | |
virtual | ~WriterInterface () |
bool | Write (const W &msg) |
![]() | |
virtual | ~ReaderInterface () |
|
inline |
|
inlinevirtual |
Implements grpc::ClientStreamingInterface.
|
inlinevirtual |
Implements grpc::ReaderInterface< R >.
|
inlinevirtual |
Implements grpc::ClientReaderWriterInterface< W, R >.
|
inlinevirtual |
Implements grpc::WriterInterface< W >.
|
inlinevirtual |
Implements grpc::ClientReaderWriterInterface< W, R >.