Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
20 #define GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
51 template <
class W,
class R>
55 template <
class W,
class R>
58 template <
class W,
class R>
62 template <
class W,
class R>
71 template <
class W,
class R>
75 template <
class W,
class R>
87 template <
class W,
class R>
95 #endif // GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Common interface for client side asynchronous writing.
Definition: async_stream_impl.h:301
Server-side interface for asynchronous bi-directional streaming.
Definition: async_stream_impl.h:957
::grpc_impl::internal::ClientAsyncReaderFactory< R > ClientAsyncReaderFactory
Definition: async_stream.h:81
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going...
Definition: async_stream_impl.h:345
Definition: async_stream_impl.h:170
An interface that yields a sequence of messages of type R.
Definition: async_stream_impl.h:81
Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from ...
Definition: async_stream_impl.h:197
Definition: async_stream_impl.h:484
Definition: async_stream_impl.h:640
Definition: async_stream_impl.h:164
Async client-side interface for bi-directional streaming, where the outgoing message stream going to ...
Definition: async_stream_impl.h:511
Async client-side interface for bi-directional streaming, where the client-to-server message stream h...
Definition: async_stream_impl.h:470
Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream comin...
Definition: async_stream_impl.h:1009
Async server-side API for doing client-streaming RPCs, where the incoming message stream from the cli...
Definition: async_stream_impl.h:697
Definition: async_stream_impl.h:314
::grpc_impl::internal::ClientAsyncStreamingInterface ClientAsyncStreamingInterface
Definition: async_stream.h:29
An interface that can be fed a sequence of messages of type W.
Definition: async_stream_impl.h:103
Async server-side API for doing server streaming RPCs, where the outgoing message stream from the ser...
Definition: async_stream_impl.h:844
Definition: async_stream_impl.h:796