GRPC C++  1.26.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
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:166
Async client-side interface for bi-directional streaming, where the outgoing message stream going to ...
Definition: async_stream_impl.h:514
Async client-side interface for bi-directional streaming, where the client-to-server message stream h...
Definition: async_stream_impl.h:475
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going...
Definition: async_stream_impl.h:346
Common interface for client side asynchronous writing.
Definition: async_stream_impl.h:304
Async server-side API for doing client-streaming RPCs, where the incoming message stream from the cli...
Definition: async_stream_impl.h:700
Definition: async_stream_impl.h:645
Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream comin...
Definition: async_stream_impl.h:1013
Server-side interface for asynchronous bi-directional streaming.
Definition: async_stream_impl.h:963
Async server-side API for doing server streaming RPCs, where the outgoing message stream from the ser...
Definition: async_stream_impl.h:847
Definition: async_stream_impl.h:801
An interface that yields a sequence of messages of type R.
Definition: async_stream_impl.h:81
An interface that can be fed a sequence of messages of type W.
Definition: async_stream_impl.h:103
Definition: async_stream_impl.h:170
Definition: async_stream_impl.h:486
Definition: async_stream_impl.h:315
::grpc_impl::internal::ClientAsyncStreamingInterface ClientAsyncStreamingInterface
Definition: async_stream.h:29
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24