GRPC C++  1.26.0
sync_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_SYNC_STREAM_H
20 #define GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
21 
23 
24 namespace grpc {
25 
26 namespace internal {
27 
30 
33 
34 template <class R>
36 
37 template <class W>
39 
40 template <class R>
42 
43 template <class W>
45 
46 template <class W, class R>
49 
50 } // namespace internal
51 
52 template <class R>
54 
55 template <class R>
57 
58 template <class W>
60 
61 template <class W>
63 
64 template <class W, class R>
67 
68 template <class W, class R>
70 
71 template <class R>
73 
74 template <class R>
76 
77 template <class W>
79 
80 template <class W>
82 
83 template <class W, class R>
86 
87 template <class W, class R>
89 
90 template <class RequestType, class ResponseType>
93 
94 template <class RequestType, class ResponseType>
97 
98 } // namespace grpc
99 
100 #endif // GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
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