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>
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages ...
Definition: sync_stream_impl.h:176
Client-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:149
Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message ...
Definition: sync_stream_impl.h:447
Client-side interface for bi-directional streaming with client-to-server stream messages of type W an...
Definition: sync_stream_impl.h:412
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message st...
Definition: sync_stream_impl.h:295
Client-side interface for streaming writes of message type W.
Definition: sync_stream_impl.h:266
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message st...
Definition: sync_stream_impl.h:579
Server-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:573
Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message...
Definition: sync_stream_impl.h:777
Server-side interface for bi-directional streaming.
Definition: sync_stream_impl.h:701
A class to represent a flow-controlled server-side streaming call.
Definition: sync_stream_impl.h:887
A class to represent a flow-controlled unary call.
Definition: sync_stream_impl.h:820
Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs,...
Definition: sync_stream_impl.h:631
Server-side interface for streaming writes of message of type W.
Definition: sync_stream_impl.h:625
Definition: sync_stream_impl.h:160
Definition: sync_stream_impl.h:431
Definition: sync_stream_impl.h:279
An interface that yields a sequence of messages of type R.
Definition: sync_stream_impl.h:81
An interface that can be fed a sequence of messages of type W.
Definition: sync_stream_impl.h:104
::grpc_impl::internal::ClientStreamingInterface ClientStreamingInterface
Definition: sync_stream.h:29
::grpc_impl::internal::ServerStreamingInterface ServerStreamingInterface
Definition: sync_stream.h:32
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24