| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.13"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>GRPC C++: include/grpcpp/impl/codegen/server_context_impl.h Source File</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">GRPC C++
-  <span id="projectnumber">1.23.0</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.13 -->
- <script type="text/javascript">
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- </script>
- <div id="main-nav"></div>
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- <div id="nav-path" class="navpath">
- <ul>
- <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_412f9a3d5dfcba8716486cd870ef4586.html">grpcpp</a></li><li class="navelem"><a class="el" href="dir_84040d6f573b73aa8d12512b533ede11.html">impl</a></li><li class="navelem"><a class="el" href="dir_a33e3e3a3b205cffecbb359564791f71.html">codegen</a></li> </ul>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="headertitle">
- <div class="title">server_context_impl.h</div> </div>
- </div><!--header-->
- <div class="contents">
- <a href="server__context__impl_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright 2019 gRPC authors.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * You may obtain a copy of the License at</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> *</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * limitations under the License.</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> *</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> */</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#ifndef GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_IMPL_H</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#define GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_IMPL_H</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <map></span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <memory></span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <vector></span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <<a class="code" href="compression__types_8h.html">grpc/impl/codegen/compression_types.h</a>></span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2call_8h.html">grpcpp/impl/codegen/call.h</a>></span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <<a class="code" href="call__op__set_8h.html">grpcpp/impl/codegen/call_op_set.h</a>></span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <<a class="code" href="callback__common_8h.html">grpcpp/impl/codegen/callback_common.h</a>></span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2completion__queue__tag_8h.html">grpcpp/impl/codegen/completion_queue_tag.h</a>></span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2config_8h.html">grpcpp/impl/codegen/config.h</a>></span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2create__auth__context_8h.html">grpcpp/impl/codegen/create_auth_context.h</a>></span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2metadata__map_8h.html">grpcpp/impl/codegen/metadata_map.h</a>></span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2security_2auth__context_8h.html">grpcpp/impl/codegen/security/auth_context.h</a>></span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include <<a class="code" href="impl_2codegen_2server__interceptor_8h.html">grpcpp/impl/codegen/server_interceptor.h</a>></span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2string__ref_8h.html">grpcpp/impl/codegen/string_ref.h</a>></span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include <<a class="code" href="grpcpp_2impl_2codegen_2time_8h.html">grpcpp/impl/codegen/time.h</a>></span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">struct </span><a class="code" href="structgrpc__metadata.html">grpc_metadata</a>;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">struct </span><a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">struct </span>census_context;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">namespace </span><a class="code" href="namespacegrpc__impl.html">grpc_impl</a> {</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a35a61e2e00942ae1f40dda77413425ac">ClientContext</a>;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a9b59ae504113bf341ba9d1ae404b0cda">CompletionQueue</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a28c99eb4f62e460502c80cf1e10a8fb4">Server</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a5050801152fef6dde37a3f38d7c6ce89">ServerAsyncReader</a>;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a5787cfb3d6d76a24755a3e919ae12417">ServerAsyncWriter</a>;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a99b28564fbe6f61a7ab5978e2966e79e">ServerAsyncResponseWriter</a>;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#afb744ac7fb125ae29fc0ec19268d35c0">ServerAsyncReaderWriter</a>;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keyword">template</span> <<span class="keyword">class</span> R></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#a5b46c030c68f0fb66e6c5b03ebf780f4">ServerReader</a>;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">class </span><a class="code" href="namespacegrpc.html#af3e68587294e726038b483cdad062269">ServerWriter</a>;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">namespace </span>internal {</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1internal_1_1_bidi_streaming_handler.html"> 62</a></span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_bidi_streaming_handler.html">BidiStreamingHandler</a>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_callback_unary_handler.html">CallbackUnaryHandler</a>;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_callback_client_streaming_handler.html">CallbackClientStreamingHandler</a>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_callback_server_streaming_handler.html">CallbackServerStreamingHandler</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_callback_bidi_handler.html">CallbackBidiHandler</a>;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_server_reader_writer_body.html">ServerReaderWriterBody</a>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1internal_1_1_server_reactor.html">ServerReactor</a>;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> } <span class="comment">// namespace internal</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> } <span class="comment">// namespace grpc_impl</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keyword">namespace </span><a class="code" href="namespacegrpc.html">grpc</a> {</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">class </span>GenericServerContext;</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">class </span>ServerInterface;</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">namespace </span>internal {</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">class </span>ClientStreamingHandler;</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">class </span>ServerStreamingHandler;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">class </span>RpcMethodHandler;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">template</span> <<span class="keyword">class</span> Streamer, <span class="keywordtype">bool</span> WriteNeeded></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">class </span>TemplatedBidiStreamingHandler;</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">template</span> <StatusCode code></div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">class </span>ErrorMethodHandler;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">class </span>Call;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> } <span class="comment">// namespace internal</span></div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="keyword">class </span>ServerInterface;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">namespace </span>testing {</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">class </span>InteropServerContextInspector;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">class </span>ServerContextTestSpouse;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> } <span class="comment">// namespace testing</span></div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span> } <span class="comment">// namespace grpc</span></div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span> </div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">namespace </span><a class="code" href="namespacegrpc__impl.html">grpc_impl</a> {</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html"> 118</a></span> <span class="keyword">class </span><a class="code" href="classgrpc__impl_1_1_server_context.html">ServerContext</a> {</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <a class="code" href="namespacegrpc.html#a313a79de3d52893dd208c4efbf6662d2">ServerContext</a>(); <span class="comment">// for async calls</span></div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  ~<a class="code" href="classgrpc__impl_1_1_server_context.html">ServerContext</a>();</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> </div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a9ff33b26e160484e88581d8112307886"> 124</a></span>  std::chrono::system_clock::time_point <a class="code" href="classgrpc__impl_1_1_server_context.html#a9ff33b26e160484e88581d8112307886">deadline</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <a class="code" href="namespacegrpc.html#a12896f279762d0100669da708d466ec1">return ::grpc::Timespec2Timepoint</a>(deadline_);</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  }</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a17956416a0c780b6f9ee49d8ed897507"> 129</a></span>  <a class="code" href="structgpr__timespec.html">gpr_timespec</a> <a class="code" href="classgrpc__impl_1_1_server_context.html#a17956416a0c780b6f9ee49d8ed897507">raw_deadline</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> deadline_; }</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordtype">void</span> AddInitialMetadata(<span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& key, <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& value);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> </div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="keywordtype">void</span> AddTrailingMetadata(<span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& key, <span class="keyword">const</span> <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a>& value);</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> </div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keywordtype">bool</span> IsCancelled() <span class="keyword">const</span>;</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span> </div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keywordtype">void</span> TryCancel() <span class="keyword">const</span>;</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> </div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a11db47fc7d3e76d6060f04eb4157ce84"> 205</a></span>  <span class="keyword">const</span> std::multimap<grpc::string_ref, grpc::string_ref>& <a class="code" href="classgrpc__impl_1_1_server_context.html#a11db47fc7d3e76d6060f04eb4157ce84">client_metadata</a>()<span class="keyword"></span></div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="keyword"> const </span>{</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="keywordflow">return</span> *client_metadata_.map();</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  }</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a1fd9f9563f276168ba7c47ccbcf3c8ca"> 211</a></span>  <a class="code" href="compression__types_8h.html#a14a79ed6b5ebd7e1dda7c2684f499cc7">grpc_compression_level</a> <a class="code" href="classgrpc__impl_1_1_server_context.html#a1fd9f9563f276168ba7c47ccbcf3c8ca">compression_level</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keywordflow">return</span> compression_level_;</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  }</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span> </div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a8e8c2fd49759d953abcaab50a1abb0b8"> 218</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgrpc__impl_1_1_server_context.html#a8e8c2fd49759d953abcaab50a1abb0b8">set_compression_level</a>(<a class="code" href="compression__types_8h.html#a14a79ed6b5ebd7e1dda7c2684f499cc7">grpc_compression_level</a> level) {</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  compression_level_set_ = <span class="keyword">true</span>;</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  compression_level_ = level;</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  }</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span> </div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a6fe30dc087627eaeb521cb3482161a25"> 226</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classgrpc__impl_1_1_server_context.html#a6fe30dc087627eaeb521cb3482161a25">compression_level_set</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> compression_level_set_; }</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span> </div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a07d717d964f02c690fe285ed28ac94d6"> 232</a></span>  <a class="code" href="compression__types_8h.html#ab9de0f68bfb1ef8ed09bd00643db14c9">grpc_compression_algorithm</a> <a class="code" href="classgrpc__impl_1_1_server_context.html#a07d717d964f02c690fe285ed28ac94d6">compression_algorithm</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keywordflow">return</span> compression_algorithm_;</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  }</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keywordtype">void</span> set_compression_algorithm(<a class="code" href="compression__types_8h.html#ab9de0f68bfb1ef8ed09bd00643db14c9">grpc_compression_algorithm</a> algorithm);</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span> </div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  <span class="keywordtype">void</span> SetLoadReportingCosts(<span class="keyword">const</span> std::vector<grpc::string>& cost_data);</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span> </div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#aeeb71f741744d44b1a7ea4dc3cbb59c4"> 246</a></span>  std::shared_ptr<const ::grpc::AuthContext> <a class="code" href="classgrpc__impl_1_1_server_context.html#aeeb71f741744d44b1a7ea4dc3cbb59c4">auth_context</a>()<span class="keyword"> const </span>{</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keywordflow">if</span> (auth_context_.get() == <span class="keyword">nullptr</span>) {</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  auth_context_ = <a class="code" href="namespacegrpc.html#a15df427a035a58013d9db2f432ebda33">::grpc::CreateAuthContext</a>(call_);</div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  }</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordflow">return</span> auth_context_;</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  }</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span> </div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <a class="code" href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a> peer() <span class="keyword">const</span>;</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span> </div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keyword">const</span> <span class="keyword">struct </span>census_context* census_context() <span class="keyword">const</span>;</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span> </div><div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a528355d5fc3fc1603ca5f6ade962fdae"> 267</a></span>  <span class="keywordtype">void</span> <a class="code" href="classgrpc__impl_1_1_server_context.html#a528355d5fc3fc1603ca5f6ade962fdae">AsyncNotifyWhenDone</a>(<span class="keywordtype">void</span>* tag) {</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  has_notify_when_done_tag_ = <span class="keyword">true</span>;</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  async_notify_when_done_tag_ = tag;</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  }</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span> </div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a1fe8e49abde057031101149a53b5fd3d"> 274</a></span>  <a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>* <a class="code" href="classgrpc__impl_1_1_server_context.html#a1fe8e49abde057031101149a53b5fd3d">c_call</a>() { <span class="keywordflow">return</span> call_; }</div><div class="line"><a name="l00275"></a><span class="lineno"> 275</span> </div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a23b6c885fa0656c25c2a46ab22e99270"> 277</a></span>  <span class="keyword">friend</span> class ::grpc::testing::InteropServerContextInspector;</div><div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a1cc35b5d4492397bf75bf6c08367a58b"> 278</a></span>  <span class="keyword">friend</span> class ::grpc::testing::ServerContextTestSpouse;</div><div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a8edbec79fc5ad7456e57c0f513451e2f"> 279</a></span>  <span class="keyword">friend</span> class ::grpc::ServerInterface;</div><div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a3e6ceb26728f815024f4e836b9ffd56f"> 280</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a28c99eb4f62e460502c80cf1e10a8fb4">class ::grpc_impl::Server</a>;</div><div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#abf9aa1d05e4abcec1fa6c08fe3803620"> 282</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a5050801152fef6dde37a3f38d7c6ce89">class ::grpc_impl::ServerAsyncReader</a>;</div><div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a8bb9a1ef5fbf305e034525399fbcd4bf"> 284</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a5787cfb3d6d76a24755a3e919ae12417">class ::grpc_impl::ServerAsyncWriter</a>;</div><div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00286"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a6f479ac22bbc4276de05a1871cb226e8"> 286</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a99b28564fbe6f61a7ab5978e2966e79e">class ::grpc_impl::ServerAsyncResponseWriter</a>;</div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a5684c79858172c0c49d7c416b495fb6c"> 288</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#afb744ac7fb125ae29fc0ec19268d35c0">class ::grpc_impl::ServerAsyncReaderWriter</a>;</div><div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  <span class="keyword">template</span> <<span class="keyword">class</span> R></div><div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a85615871a77b46040c6284451edddebd"> 290</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a5b46c030c68f0fb66e6c5b03ebf780f4">class ::grpc_impl::ServerReader</a>;</div><div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W></div><div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#af3a9e4fac5f28f2e68bef6d7318b7aad"> 292</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#af3e68587294e726038b483cdad062269">class ::grpc_impl::ServerWriter</a>;</div><div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  <span class="keyword">template</span> <<span class="keyword">class</span> W, <span class="keyword">class</span> R></div><div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a351aa4aad60b2123232c179620d8138f"> 294</a></span>  <span class="keyword">friend</span> class ::grpc_impl::internal::ServerReaderWriterBody;</div><div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#ab4e0fda6a3be8543f0d9f79f297533e9"> 296</a></span>  <span class="keyword">friend</span> class ::grpc::internal::RpcMethodHandler;</div><div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#aee2bfad715a7c61f2839cdc9b5be6ef5"> 298</a></span>  <span class="keyword">friend</span> class ::grpc::internal::ClientStreamingHandler;</div><div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keyword">template</span> <<span class="keyword">class</span> ServiceType, <span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#abba72ec6d1dbf06ecb1bf48e1c916c48"> 300</a></span>  <span class="keyword">friend</span> class ::grpc::internal::ServerStreamingHandler;</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="keyword">template</span> <<span class="keyword">class</span> Streamer, <span class="keywordtype">bool</span> WriteNeeded></div><div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a65ae6d263727d1e67e811969f909212b"> 302</a></span>  <span class="keyword">friend</span> class ::grpc::internal::TemplatedBidiStreamingHandler;</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a4cd64467fd0156a568372a91bd13683f"> 304</a></span>  <span class="keyword">friend</span> class ::grpc_impl::internal::CallbackUnaryHandler;</div><div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a09c4b3e16526fd4a81ebaaf98b8b4052"> 306</a></span>  <span class="keyword">friend</span> class ::grpc_impl::internal::CallbackClientStreamingHandler;</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a423395a97df4554ec335991ff564f779"> 308</a></span>  <span class="keyword">friend</span> class ::grpc_impl::internal::CallbackServerStreamingHandler;</div><div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  <span class="keyword">template</span> <<span class="keyword">class</span> RequestType, <span class="keyword">class</span> ResponseType></div><div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a2b84d1b805b9ca90af10c66b287b2ba1"> 310</a></span>  <span class="keyword">friend</span> class ::grpc_impl::internal::CallbackBidiHandler;</div><div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="keyword">template</span> <::grpc::StatusCode code></div><div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a388eaf44b2f41899396d4b5b05cf857c"> 312</a></span>  <span class="keyword">friend</span> class ::grpc::internal::ErrorMethodHandler;</div><div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#aa6fdf74316c6adb02694d4d3a5553c5f"> 313</a></span>  <span class="keyword">friend</span> <a class="code" href="namespacegrpc.html#a35a61e2e00942ae1f40dda77413425ac">class ::grpc_impl::ClientContext</a>;</div><div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="classgrpc__impl_1_1_server_context.html#a650cca6cc6da2784b74d9401713f5160"> 314</a></span>  <span class="keyword">friend</span> class ::grpc::GenericServerContext;</div><div class="line"><a name="l00315"></a><span class="lineno"> 315</span> </div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  <a class="code" href="namespacegrpc.html#a313a79de3d52893dd208c4efbf6662d2">ServerContext</a>(<span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_server_context.html">ServerContext</a>&);</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <a class="code" href="classgrpc__impl_1_1_server_context.html">ServerContext</a>& operator=(<span class="keyword">const</span> <a class="code" href="classgrpc__impl_1_1_server_context.html">ServerContext</a>&);</div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span> </div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <span class="keyword">class </span>CompletionOp;</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span> </div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  <span class="keywordtype">void</span> BeginCompletionOp(::<a class="code" href="classgrpc_1_1internal_1_1_call.html">grpc::internal::Call</a>* call,</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  std::function<<span class="keywordtype">void</span>(<span class="keywordtype">bool</span>)> callback,</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  ::<a class="code" href="classgrpc__impl_1_1internal_1_1_server_reactor.html">grpc_impl::internal::ServerReactor</a>* reactor);</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <a class="code" href="classgrpc_1_1internal_1_1_completion_queue_tag.html">::grpc::internal::CompletionQueueTag</a>* GetCompletionOpTag();</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span> </div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <a class="code" href="namespacegrpc.html#a313a79de3d52893dd208c4efbf6662d2">ServerContext</a>(<a class="code" href="structgpr__timespec.html">gpr_timespec</a> deadline, <a class="code" href="structgrpc__metadata__array.html">grpc_metadata_array</a>* arr);</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span> </div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keywordtype">void</span> set_call(<a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>* call) { call_ = call; }</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span> </div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  <span class="keywordtype">void</span> BindDeadlineAndMetadata(<a class="code" href="structgpr__timespec.html">gpr_timespec</a> deadline, <a class="code" href="structgrpc__metadata__array.html">grpc_metadata_array</a>* arr);</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span> </div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  <span class="keywordtype">void</span> Clear();</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span> </div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  <span class="keywordtype">void</span> Setup(<a class="code" href="structgpr__timespec.html">gpr_timespec</a> deadline);</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span> </div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  uint32_t initial_metadata_flags()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> 0; }</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span> </div><div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  <span class="keywordtype">void</span> SetCancelCallback(std::function<<span class="keywordtype">void</span>()> callback);</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="keywordtype">void</span> ClearCancelCallback();</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span> </div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  <a class="code" href="classgrpc_1_1experimental_1_1_server_rpc_info.html">::grpc::experimental::ServerRpcInfo</a>* set_server_rpc_info(</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* method, ::<a class="code" href="classgrpc_1_1internal_1_1_rpc_method.html#a40ce84e3569f6a327468ae59f04c7dd1">grpc::internal::RpcMethod::RpcType</a> type,</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keyword">const</span> std::vector<std::unique_ptr<</div><div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  ::<a class="code" href="classgrpc_1_1experimental_1_1_server_interceptor_factory_interface.html">grpc::experimental::ServerInterceptorFactoryInterface</a>>>& creators) {</div><div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  <span class="keywordflow">if</span> (creators.size() != 0) {</div><div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  rpc_info_ = new ::grpc::experimental::ServerRpcInfo(<span class="keyword">this</span>, method, type);</div><div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  rpc_info_->RegisterInterceptors(creators);</div><div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  }</div><div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordflow">return</span> rpc_info_;</div><div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  }</div><div class="line"><a name="l00353"></a><span class="lineno"> 353</span> </div><div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  CompletionOp* completion_op_;</div><div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordtype">bool</span> has_notify_when_done_tag_;</div><div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <span class="keywordtype">void</span>* async_notify_when_done_tag_;</div><div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  <a class="code" href="classgrpc_1_1internal_1_1_callback_with_success_tag.html">::grpc::internal::CallbackWithSuccessTag</a> completion_tag_;</div><div class="line"><a name="l00358"></a><span class="lineno"> 358</span> </div><div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <a class="code" href="structgpr__timespec.html">gpr_timespec</a> deadline_;</div><div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <a class="code" href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a>* call_;</div><div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <a class="code" href="classgrpc__impl_1_1_completion_queue.html">::grpc_impl::CompletionQueue</a>* cq_;</div><div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  <span class="keywordtype">bool</span> sent_initial_metadata_;</div><div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  <span class="keyword">mutable</span> std::shared_ptr<const ::grpc::AuthContext> auth_context_;</div><div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  mutable ::grpc::internal::MetadataMap client_metadata_;</div><div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  std::multimap<grpc::string, grpc::string> initial_metadata_;</div><div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  std::multimap<grpc::string, grpc::string> trailing_metadata_;</div><div class="line"><a name="l00367"></a><span class="lineno"> 367</span> </div><div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  <span class="keywordtype">bool</span> compression_level_set_;</div><div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  <a class="code" href="compression__types_8h.html#a14a79ed6b5ebd7e1dda7c2684f499cc7">grpc_compression_level</a> compression_level_;</div><div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  <a class="code" href="compression__types_8h.html#ab9de0f68bfb1ef8ed09bd00643db14c9">grpc_compression_algorithm</a> compression_algorithm_;</div><div class="line"><a name="l00371"></a><span class="lineno"> 371</span> </div><div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <a class="code" href="classgrpc_1_1internal_1_1_call_op_set.html">::grpc::internal::CallOpSet</a><<a class="code" href="classgrpc_1_1internal_1_1_call_op_send_initial_metadata.html">::grpc::internal::CallOpSendInitialMetadata</a>,</div><div class="line"><a name="l00373"></a><span class="lineno"> 373</span>  <a class="code" href="classgrpc_1_1internal_1_1_call_op_send_message.html">::grpc::internal::CallOpSendMessage</a>></div><div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  pending_ops_;</div><div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keywordtype">bool</span> has_pending_ops_;</div><div class="line"><a name="l00376"></a><span class="lineno"> 376</span> </div><div class="line"><a name="l00377"></a><span class="lineno"> 377</span>  <a class="code" href="classgrpc_1_1experimental_1_1_server_rpc_info.html">::grpc::experimental::ServerRpcInfo</a>* rpc_info_;</div><div class="line"><a name="l00378"></a><span class="lineno"> 378</span> };</div><div class="line"><a name="l00379"></a><span class="lineno"> 379</span> } <span class="comment">// namespace grpc_impl</span></div><div class="line"><a name="l00380"></a><span class="lineno"> 380</span> <span class="preprocessor">#endif // GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_IMPL_H</span></div><div class="ttc" id="grpcpp_2impl_2codegen_2config_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2config_8h.html">config.h</a></div></div>
- <div class="ttc" id="grpc__types_8h_html_a122f8f4f0a585396d993d9b55848f222"><div class="ttname"><a href="grpc__types_8h.html#a122f8f4f0a585396d993d9b55848f222">grpc_call</a></div><div class="ttdeci">struct grpc_call grpc_call</div><div class="ttdoc">A Call represents an RPC. </div><div class="ttdef"><b>Definition:</b> grpc_types.h:70</div></div>
- <div class="ttc" id="namespacegrpc_html_a15df427a035a58013d9db2f432ebda33"><div class="ttname"><a href="namespacegrpc.html#a15df427a035a58013d9db2f432ebda33">grpc::CreateAuthContext</a></div><div class="ttdeci">std::shared_ptr< const AuthContext > CreateAuthContext(grpc_call *call)</div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_callback_server_streaming_handler_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_callback_server_streaming_handler.html">grpc_impl::internal::CallbackServerStreamingHandler</a></div><div class="ttdef"><b>Definition:</b> byte_buffer.h:38</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a11db47fc7d3e76d6060f04eb4157ce84"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a11db47fc7d3e76d6060f04eb4157ce84">grpc_impl::ServerContext::client_metadata</a></div><div class="ttdeci">const std::multimap< grpc::string_ref, grpc::string_ref > & client_metadata() const</div><div class="ttdoc">Return a collection of initial metadata key-value pairs sent from the client. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:205</div></div>
- <div class="ttc" id="namespacegrpc_html_a35a61e2e00942ae1f40dda77413425ac"><div class="ttname"><a href="namespacegrpc.html#a35a61e2e00942ae1f40dda77413425ac">grpc::ClientContext</a></div><div class="ttdeci">::grpc_impl::ClientContext ClientContext</div><div class="ttdef"><b>Definition:</b> client_context.h:26</div></div>
- <div class="ttc" id="namespacegrpc_html_ab04a87625da3bf85cdaf5e7856b00203"><div class="ttname"><a href="namespacegrpc.html#ab04a87625da3bf85cdaf5e7856b00203">grpc::string</a></div><div class="ttdeci">std::string string</div><div class="ttdef"><b>Definition:</b> config.h:35</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_completion_queue_tag_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_completion_queue_tag.html">grpc::internal::CompletionQueueTag</a></div><div class="ttdoc">An interface allowing implementors to process and filter event tags. </div><div class="ttdef"><b>Definition:</b> completion_queue_tag.h:26</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a528355d5fc3fc1603ca5f6ade962fdae"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a528355d5fc3fc1603ca5f6ade962fdae">grpc_impl::ServerContext::AsyncNotifyWhenDone</a></div><div class="ttdeci">void AsyncNotifyWhenDone(void *tag)</div><div class="ttdoc">Async only. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:267</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2create__auth__context_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2create__auth__context_8h.html">create_auth_context.h</a></div></div>
- <div class="ttc" id="namespacegrpc_html_a28c99eb4f62e460502c80cf1e10a8fb4"><div class="ttname"><a href="namespacegrpc.html#a28c99eb4f62e460502c80cf1e10a8fb4">grpc::Server</a></div><div class="ttdeci">::grpc_impl::Server Server</div><div class="ttdef"><b>Definition:</b> server.h:26</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_call_op_set_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_call_op_set.html">grpc::internal::CallOpSet</a></div><div class="ttdoc">Primary implementation of CallOpSetInterface. </div><div class="ttdef"><b>Definition:</b> call_op_set.h:821</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2string__ref_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2string__ref_8h.html">string_ref.h</a></div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2metadata__map_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2metadata__map_8h.html">metadata_map.h</a></div></div>
- <div class="ttc" id="namespacegrpc_html_a99b28564fbe6f61a7ab5978e2966e79e"><div class="ttname"><a href="namespacegrpc.html#a99b28564fbe6f61a7ab5978e2966e79e">grpc::ServerAsyncResponseWriter</a></div><div class="ttdeci">::grpc_impl::ServerAsyncResponseWriter< W > ServerAsyncResponseWriter</div><div class="ttdef"><b>Definition:</b> async_unary_call.h:34</div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_server_reader_writer_body_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_server_reader_writer_body.html">grpc_impl::internal::ServerReaderWriterBody</a></div><div class="ttdef"><b>Definition:</b> completion_queue_impl.h:62</div></div>
- <div class="ttc" id="structgrpc__metadata__array_html"><div class="ttname"><a href="structgrpc__metadata__array.html">grpc_metadata_array</a></div><div class="ttdef"><b>Definition:</b> grpc_types.h:513</div></div>
- <div class="ttc" id="namespacegrpc_html_a5787cfb3d6d76a24755a3e919ae12417"><div class="ttname"><a href="namespacegrpc.html#a5787cfb3d6d76a24755a3e919ae12417">grpc::ServerAsyncWriter</a></div><div class="ttdeci">::grpc_impl::ServerAsyncWriter< W > ServerAsyncWriter</div><div class="ttdef"><b>Definition:</b> async_stream.h:69</div></div>
- <div class="ttc" id="compression__types_8h_html_a14a79ed6b5ebd7e1dda7c2684f499cc7"><div class="ttname"><a href="compression__types_8h.html#a14a79ed6b5ebd7e1dda7c2684f499cc7">grpc_compression_level</a></div><div class="ttdeci">grpc_compression_level</div><div class="ttdoc">Compression levels allow a party with knowledge of its peer&#39;s accepted encodings to request compressi...</div><div class="ttdef"><b>Definition:</b> compression_types.h:71</div></div>
- <div class="ttc" id="callback__common_8h_html"><div class="ttname"><a href="callback__common_8h.html">callback_common.h</a></div></div>
- <div class="ttc" id="call__op__set_8h_html"><div class="ttname"><a href="call__op__set_8h.html">call_op_set.h</a></div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_rpc_method_html_a40ce84e3569f6a327468ae59f04c7dd1"><div class="ttname"><a href="classgrpc_1_1internal_1_1_rpc_method.html#a40ce84e3569f6a327468ae59f04c7dd1">grpc::internal::RpcMethod::RpcType</a></div><div class="ttdeci">RpcType</div><div class="ttdef"><b>Definition:</b> rpc_method.h:31</div></div>
- <div class="ttc" id="namespacegrpc_html_a313a79de3d52893dd208c4efbf6662d2"><div class="ttname"><a href="namespacegrpc.html#a313a79de3d52893dd208c4efbf6662d2">grpc::ServerContext</a></div><div class="ttdeci">::grpc_impl::ServerContext ServerContext</div><div class="ttdef"><b>Definition:</b> server_context.h:25</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html">grpc_impl::ServerContext</a></div><div class="ttdoc">A ServerContext allows the person implementing a service handler to: </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:118</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_aeeb71f741744d44b1a7ea4dc3cbb59c4"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#aeeb71f741744d44b1a7ea4dc3cbb59c4">grpc_impl::ServerContext::auth_context</a></div><div class="ttdeci">std::shared_ptr< const ::grpc::AuthContext > auth_context() const</div><div class="ttdoc">Return the authentication context for this server call. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:246</div></div>
- <div class="ttc" id="classgrpc_1_1experimental_1_1_server_interceptor_factory_interface_html"><div class="ttname"><a href="classgrpc_1_1experimental_1_1_server_interceptor_factory_interface.html">grpc::experimental::ServerInterceptorFactoryInterface</a></div><div class="ttdef"><b>Definition:</b> server_interceptor.h:47</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a1fe8e49abde057031101149a53b5fd3d"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a1fe8e49abde057031101149a53b5fd3d">grpc_impl::ServerContext::c_call</a></div><div class="ttdeci">grpc_call * c_call()</div><div class="ttdoc">Should be used for framework-level extensions only. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:274</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_call_op_send_initial_metadata_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_call_op_send_initial_metadata.html">grpc::internal::CallOpSendInitialMetadata</a></div><div class="ttdef"><b>Definition:</b> call_op_set.h:218</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a8e8c2fd49759d953abcaab50a1abb0b8"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a8e8c2fd49759d953abcaab50a1abb0b8">grpc_impl::ServerContext::set_compression_level</a></div><div class="ttdeci">void set_compression_level(grpc_compression_level level)</div><div class="ttdoc">Set level to be the compression level used for the server call. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:218</div></div>
- <div class="ttc" id="namespacegrpc_html_a5b46c030c68f0fb66e6c5b03ebf780f4"><div class="ttname"><a href="namespacegrpc.html#a5b46c030c68f0fb66e6c5b03ebf780f4">grpc::ServerReader</a></div><div class="ttdeci">::grpc_impl::ServerReader< R > ServerReader</div><div class="ttdef"><b>Definition:</b> sync_stream.h:75</div></div>
- <div class="ttc" id="namespacegrpc_html_a9b59ae504113bf341ba9d1ae404b0cda"><div class="ttname"><a href="namespacegrpc.html#a9b59ae504113bf341ba9d1ae404b0cda">grpc::CompletionQueue</a></div><div class="ttdeci">::grpc_impl::CompletionQueue CompletionQueue</div><div class="ttdef"><b>Definition:</b> completion_queue.h:26</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a9ff33b26e160484e88581d8112307886"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a9ff33b26e160484e88581d8112307886">grpc_impl::ServerContext::deadline</a></div><div class="ttdeci">std::chrono::system_clock::time_point deadline() const</div><div class="ttdoc">Return the deadline for the server call. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:124</div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_bidi_streaming_handler_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_bidi_streaming_handler.html">grpc_impl::internal::BidiStreamingHandler</a></div><div class="ttdef"><b>Definition:</b> server_context_impl.h:62</div></div>
- <div class="ttc" id="structgrpc__metadata_html"><div class="ttname"><a href="structgrpc__metadata.html">grpc_metadata</a></div><div class="ttdoc">A single metadata element. </div><div class="ttdef"><b>Definition:</b> grpc_types.h:469</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_call_op_send_message_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_call_op_send_message.html">grpc::internal::CallOpSendMessage</a></div><div class="ttdef"><b>Definition:</b> call_op_set.h:288</div></div>
- <div class="ttc" id="compression__types_8h_html_ab9de0f68bfb1ef8ed09bd00643db14c9"><div class="ttname"><a href="compression__types_8h.html#ab9de0f68bfb1ef8ed09bd00643db14c9">grpc_compression_algorithm</a></div><div class="ttdeci">grpc_compression_algorithm</div><div class="ttdoc">The various compression algorithms supported by gRPC (not sorted by compression level) ...</div><div class="ttdef"><b>Definition:</b> compression_types.h:57</div></div>
- <div class="ttc" id="classgrpc_1_1experimental_1_1_server_rpc_info_html"><div class="ttname"><a href="classgrpc_1_1experimental_1_1_server_rpc_info.html">grpc::experimental::ServerRpcInfo</a></div><div class="ttdoc">ServerRpcInfo represents the state of a particular RPC as it appears to an interceptor. </div><div class="ttdef"><b>Definition:</b> server_interceptor.h:60</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a1fd9f9563f276168ba7c47ccbcf3c8ca"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a1fd9f9563f276168ba7c47ccbcf3c8ca">grpc_impl::ServerContext::compression_level</a></div><div class="ttdeci">grpc_compression_level compression_level() const</div><div class="ttdoc">Return the compression algorithm to be used by the server call. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:211</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a07d717d964f02c690fe285ed28ac94d6"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a07d717d964f02c690fe285ed28ac94d6">grpc_impl::ServerContext::compression_algorithm</a></div><div class="ttdeci">grpc_compression_algorithm compression_algorithm() const</div><div class="ttdoc">Return the compression algorithm the server call will request be used. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:232</div></div>
- <div class="ttc" id="namespacegrpc_html"><div class="ttname"><a href="namespacegrpc.html">grpc</a></div><div class="ttdoc">This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...</div><div class="ttdef"><b>Definition:</b> alarm.h:24</div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_callback_unary_handler_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_callback_unary_handler.html">grpc_impl::internal::CallbackUnaryHandler</a></div><div class="ttdef"><b>Definition:</b> byte_buffer.h:36</div></div>
- <div class="ttc" id="impl_2codegen_2server__interceptor_8h_html"><div class="ttname"><a href="impl_2codegen_2server__interceptor_8h.html">server_interceptor.h</a></div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a17956416a0c780b6f9ee49d8ed897507"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a17956416a0c780b6f9ee49d8ed897507">grpc_impl::ServerContext::raw_deadline</a></div><div class="ttdeci">gpr_timespec raw_deadline() const</div><div class="ttdoc">Return a gpr_timespec representation of the server call&#39;s deadline. </div><div class="ttdef"><b>Definition:</b> server_context_impl.h:129</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2time_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2time_8h.html">time.h</a></div></div>
- <div class="ttc" id="namespacegrpc__impl_html"><div class="ttname"><a href="namespacegrpc__impl.html">grpc_impl</a></div><div class="ttdoc">An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...</div><div class="ttdef"><b>Definition:</b> alarm_impl.h:33</div></div>
- <div class="ttc" id="namespacegrpc_html_afb744ac7fb125ae29fc0ec19268d35c0"><div class="ttname"><a href="namespacegrpc.html#afb744ac7fb125ae29fc0ec19268d35c0">grpc::ServerAsyncReaderWriter</a></div><div class="ttdeci">::grpc_impl::ServerAsyncReaderWriter< W, R > ServerAsyncReaderWriter</div><div class="ttdef"><b>Definition:</b> async_stream.h:76</div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_callback_bidi_handler_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_callback_bidi_handler.html">grpc_impl::internal::CallbackBidiHandler</a></div><div class="ttdef"><b>Definition:</b> server_callback_impl.h:46</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_callback_with_success_tag_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_callback_with_success_tag.html">grpc::internal::CallbackWithSuccessTag</a></div><div class="ttdoc">CallbackWithSuccessTag can be reused multiple times, and will be used in this fashion for streaming o...</div><div class="ttdef"><b>Definition:</b> callback_common.h:132</div></div>
- <div class="ttc" id="namespacegrpc_html_a5050801152fef6dde37a3f38d7c6ce89"><div class="ttname"><a href="namespacegrpc.html#a5050801152fef6dde37a3f38d7c6ce89">grpc::ServerAsyncReader</a></div><div class="ttdeci">::grpc_impl::ServerAsyncReader< W, R > ServerAsyncReader</div><div class="ttdef"><b>Definition:</b> async_stream.h:63</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_completion_queue_html"><div class="ttname"><a href="classgrpc__impl_1_1_completion_queue.html">grpc_impl::CompletionQueue</a></div><div class="ttdoc">A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue.h). </div><div class="ttdef"><b>Definition:</b> completion_queue_impl.h:101</div></div>
- <div class="ttc" id="classgrpc__impl_1_1_server_context_html_a6fe30dc087627eaeb521cb3482161a25"><div class="ttname"><a href="classgrpc__impl_1_1_server_context.html#a6fe30dc087627eaeb521cb3482161a25">grpc_impl::ServerContext::compression_level_set</a></div><div class="ttdeci">bool compression_level_set() const</div><div class="ttdoc">Return a bool indicating whether the compression level for this call has been set (either implicitly ...</div><div class="ttdef"><b>Definition:</b> server_context_impl.h:226</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2completion__queue__tag_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2completion__queue__tag_8h.html">completion_queue_tag.h</a></div></div>
- <div class="ttc" id="structgpr__timespec_html"><div class="ttname"><a href="structgpr__timespec.html">gpr_timespec</a></div><div class="ttdoc">Analogous to struct timespec. </div><div class="ttdef"><b>Definition:</b> gpr_types.h:47</div></div>
- <div class="ttc" id="namespacegrpc_html_a12896f279762d0100669da708d466ec1"><div class="ttname"><a href="namespacegrpc.html#a12896f279762d0100669da708d466ec1">grpc::Timespec2Timepoint</a></div><div class="ttdeci">std::chrono::system_clock::time_point Timespec2Timepoint(gpr_timespec t)</div></div>
- <div class="ttc" id="compression__types_8h_html"><div class="ttname"><a href="compression__types_8h.html">compression_types.h</a></div></div>
- <div class="ttc" id="namespacegrpc_html_af3e68587294e726038b483cdad062269"><div class="ttname"><a href="namespacegrpc.html#af3e68587294e726038b483cdad062269">grpc::ServerWriter</a></div><div class="ttdeci">::grpc_impl::ServerWriter< W > ServerWriter</div><div class="ttdef"><b>Definition:</b> sync_stream.h:81</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2security_2auth__context_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2security_2auth__context_8h.html">auth_context.h</a></div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_callback_client_streaming_handler_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_callback_client_streaming_handler.html">grpc_impl::internal::CallbackClientStreamingHandler</a></div><div class="ttdef"><b>Definition:</b> server_callback_impl.h:42</div></div>
- <div class="ttc" id="grpcpp_2impl_2codegen_2call_8h_html"><div class="ttname"><a href="grpcpp_2impl_2codegen_2call_8h.html">call.h</a></div></div>
- <div class="ttc" id="classgrpc__impl_1_1internal_1_1_server_reactor_html"><div class="ttname"><a href="classgrpc__impl_1_1internal_1_1_server_reactor.html">grpc_impl::internal::ServerReactor</a></div><div class="ttdef"><b>Definition:</b> server_callback_impl.h:48</div></div>
- <div class="ttc" id="classgrpc_1_1internal_1_1_call_html"><div class="ttname"><a href="classgrpc_1_1internal_1_1_call.html">grpc::internal::Call</a></div><div class="ttdoc">Straightforward wrapping of the C call object. </div><div class="ttdef"><b>Definition:</b> call.h:38</div></div>
- </div><!-- fragment --></div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated on Mon Aug 19 2019 12:05:23 for GRPC C++ by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.13
- </small></address>
- </body>
- </html>
|