GRPC C++  1.30.0
async_stream.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright 2015 gRPC authors.
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 #ifndef GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
20 #define GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
21 
23 
24 namespace grpc {
25 
26 namespace internal {
27 
30 
31 template <class R>
33 
34 template <class W>
36 
37 } // namespace internal
38 
39 template <class R>
41 
42 template <class R>
44 
45 template <class W>
47 
48 template <class W>
50 
51 template <class W, class R>
54 
55 template <class W, class R>
57 
58 template <class W, class R>
61 
62 template <class W, class R>
64 
65 template <class W>
67 
68 template <class W>
70 
71 template <class W, class R>
74 
75 template <class W, class R>
77 
78 namespace internal {
79 template <class R>
82 
83 template <class W>
86 
87 template <class W, class R>
90 
91 } // namespace internal
92 
93 } // namespace grpc
94 
95 #endif // GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
grpc
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
grpc_impl::ClientAsyncWriterInterface
Common interface for client side asynchronous writing.
Definition: async_stream_impl.h:302
grpc_impl::ServerAsyncReaderWriterInterface
Server-side interface for asynchronous bi-directional streaming.
Definition: async_stream_impl.h:960
grpc::internal::ClientAsyncReaderFactory
::grpc_impl::internal::ClientAsyncReaderFactory< R > ClientAsyncReaderFactory
Definition: async_stream.h:81
grpc_impl::ClientAsyncWriter
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going...
Definition: async_stream_impl.h:346
grpc_impl::internal::ClientAsyncReaderFactory
Definition: async_stream_impl.h:170
grpc_impl::internal::AsyncReaderInterface
An interface that yields a sequence of messages of type R.
Definition: async_stream_impl.h:81
grpc_impl::ClientAsyncReader
Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from ...
Definition: async_stream_impl.h:197
grpc_impl::internal::ClientAsyncReaderWriterFactory
Definition: async_stream_impl.h:486
grpc_impl::ServerAsyncReaderInterface
Definition: async_stream_impl.h:643
grpc_impl::ClientAsyncReaderInterface
Definition: async_stream_impl.h:164
async_stream_impl.h
grpc_impl::ClientAsyncReaderWriter
Async client-side interface for bi-directional streaming, where the outgoing message stream going to ...
Definition: async_stream_impl.h:513
grpc_impl::ClientAsyncReaderWriterInterface
Async client-side interface for bi-directional streaming, where the client-to-server message stream h...
Definition: async_stream_impl.h:472
grpc_impl::ServerAsyncReaderWriter
Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream comin...
Definition: async_stream_impl.h:1012
grpc_impl::ServerAsyncReader
Async server-side API for doing client-streaming RPCs, where the incoming message stream from the cli...
Definition: async_stream_impl.h:700
grpc_impl::internal::ClientAsyncWriterFactory
Definition: async_stream_impl.h:315
grpc::internal::ClientAsyncStreamingInterface
::grpc_impl::internal::ClientAsyncStreamingInterface ClientAsyncStreamingInterface
Definition: async_stream.h:29
grpc_impl::internal::AsyncWriterInterface
An interface that can be fed a sequence of messages of type W.
Definition: async_stream_impl.h:103
grpc_impl::ServerAsyncWriter
Async server-side API for doing server streaming RPCs, where the outgoing message stream from the ser...
Definition: async_stream_impl.h:847
grpc_impl::ServerAsyncWriterInterface
Definition: async_stream_impl.h:799