19 #ifndef GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H 20 #define GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H 46 template <
class W,
class R>
64 template <
class W,
class R>
68 template <
class W,
class R>
83 template <
class W,
class R>
87 template <
class W,
class R>
90 template <
class RequestType,
class ResponseType>
94 template <
class RequestType,
class ResponseType>
100 #endif // GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message ...
Definition: channel_interface.h:35
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages ...
Definition: channel_interface.h:31
Definition: sync_stream_impl.h:160
Server-side interface for bi-directional streaming.
Definition: sync_stream_impl.h:699
Definition: sync_stream_impl.h:431
Server-side interface for streaming writes of message of type W.
Definition: sync_stream_impl.h:624
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message st...
Definition: completion_queue_impl.h:56
::grpc_impl::internal::ServerStreamingInterface ServerStreamingInterface
Definition: sync_stream.h:32
::grpc_impl::internal::ClientStreamingInterface ClientStreamingInterface
Definition: sync_stream.h:29
Definition: sync_stream_impl.h:279
Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs, where the outgoing message stream coming from the server has messages of type W.
Definition: completion_queue_impl.h:58
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Client-side interface for streaming writes of message type W.
Definition: sync_stream_impl.h:265
An interface that can be fed a sequence of messages of type W.
Definition: sync_stream_impl.h:104
A class to represent a flow-controlled unary call.
Definition: sync_stream_impl.h:819
A class to represent a flow-controlled server-side streaming call.
Definition: sync_stream_impl.h:886
Client-side interface for bi-directional streaming with client-to-server stream messages of type W an...
Definition: sync_stream_impl.h:410
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message st...
Definition: channel_interface.h:33
Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message...
Definition: sync_stream_impl.h:777
Client-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:148
An interface that yields a sequence of messages of type R.
Definition: sync_stream_impl.h:81
Server-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:572