Go to the documentation of this file.
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
Definition: sync_stream_impl.h:432
Definition: sync_stream_impl.h:280
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Server-side interface for bi-directional streaming.
Definition: sync_stream_impl.h:702
Client-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:148
::grpc_impl::internal::ClientStreamingInterface ClientStreamingInterface
Definition: sync_stream.h:29
A class to represent a flow-controlled unary call.
Definition: sync_stream_impl.h:823
An interface that can be fed a sequence of messages of type W.
Definition: sync_stream_impl.h:104
Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message...
Definition: sync_stream_impl.h:781
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages ...
Definition: channel_interface.h:31
Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message ...
Definition: channel_interface.h:35
Definition: sync_stream_impl.h:160
Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs,...
Definition: completion_queue_impl.h:61
A class to represent a flow-controlled server-side streaming call.
Definition: sync_stream_impl.h:890
Client-side interface for streaming writes of message type W.
Definition: sync_stream_impl.h:266
Server-side interface for streaming writes of message of type W.
Definition: sync_stream_impl.h:627
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message st...
Definition: channel_interface.h:33
An interface that yields a sequence of messages of type R.
Definition: sync_stream_impl.h:81
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message st...
Definition: completion_queue_impl.h:59
Client-side interface for bi-directional streaming with client-to-server stream messages of type W an...
Definition: sync_stream_impl.h:411
Server-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:574
::grpc_impl::internal::ServerStreamingInterface ServerStreamingInterface
Definition: sync_stream.h:32