GRPC C++  1.30.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>
91 using ServerUnaryStreamer =
93 
94 template <class RequestType, class ResponseType>
95 using ServerSplitStreamer =
97 
98 } // namespace grpc
99 
100 #endif // GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
grpc_impl::internal::ClientReaderWriterFactory
Definition: sync_stream_impl.h:432
grpc_impl::internal::ClientWriterFactory
Definition: sync_stream_impl.h:280
grpc
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
grpc_impl::ServerReaderWriterInterface
Server-side interface for bi-directional streaming.
Definition: sync_stream_impl.h:702
grpc_impl::ClientReaderInterface
Client-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:148
grpc::internal::ClientStreamingInterface
::grpc_impl::internal::ClientStreamingInterface ClientStreamingInterface
Definition: sync_stream.h:29
sync_stream_impl.h
grpc_impl::ServerUnaryStreamer
A class to represent a flow-controlled unary call.
Definition: sync_stream_impl.h:823
grpc_impl::internal::WriterInterface
An interface that can be fed a sequence of messages of type W.
Definition: sync_stream_impl.h:104
grpc_impl::ServerReaderWriter
Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message...
Definition: sync_stream_impl.h:781
grpc_impl::ClientReader
Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages ...
Definition: channel_interface.h:31
grpc_impl::ClientReaderWriter
Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message ...
Definition: channel_interface.h:35
grpc_impl::internal::ClientReaderFactory
Definition: sync_stream_impl.h:160
grpc_impl::ServerWriter
Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs,...
Definition: completion_queue_impl.h:61
grpc_impl::ServerSplitStreamer
A class to represent a flow-controlled server-side streaming call.
Definition: sync_stream_impl.h:890
grpc_impl::ClientWriterInterface
Client-side interface for streaming writes of message type W.
Definition: sync_stream_impl.h:266
grpc_impl::ServerWriterInterface
Server-side interface for streaming writes of message of type W.
Definition: sync_stream_impl.h:627
grpc_impl::ClientWriter
Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message st...
Definition: channel_interface.h:33
grpc_impl::internal::ReaderInterface
An interface that yields a sequence of messages of type R.
Definition: sync_stream_impl.h:81
grpc_impl::ServerReader
Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message st...
Definition: completion_queue_impl.h:59
grpc_impl::ClientReaderWriterInterface
Client-side interface for bi-directional streaming with client-to-server stream messages of type W an...
Definition: sync_stream_impl.h:411
grpc_impl::ServerReaderInterface
Server-side interface for streaming reads of message of type R.
Definition: sync_stream_impl.h:574
grpc::internal::ServerStreamingInterface
::grpc_impl::internal::ServerStreamingInterface ServerStreamingInterface
Definition: sync_stream.h:32