_proto_r_p_c_8h_source.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.17"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>GRPC Objective-C: src/objective-c/ProtoRPC/ProtoRPC.h Source File</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  19. <div id="titlearea">
  20. <table cellspacing="0" cellpadding="0">
  21. <tbody>
  22. <tr style="height: 56px;">
  23. <td id="projectalign" style="padding-left: 0.5em;">
  24. <div id="projectname">GRPC Objective-C
  25. &#160;<span id="projectnumber">1.36.1</span>
  26. </div>
  27. </td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </div>
  32. <!-- end header part -->
  33. <!-- Generated by Doxygen 1.8.17 -->
  34. <script type="text/javascript">
  35. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  36. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  37. /* @license-end */
  38. </script>
  39. <script type="text/javascript" src="menudata.js"></script>
  40. <script type="text/javascript" src="menu.js"></script>
  41. <script type="text/javascript">
  42. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  43. $(function() {
  44. initMenu('',true,false,'search.php','Search');
  45. $(document).ready(function() { init_search(); });
  46. });
  47. /* @license-end */</script>
  48. <div id="main-nav"></div>
  49. <!-- window showing the filter options -->
  50. <div id="MSearchSelectWindow"
  51. onmouseover="return searchBox.OnSearchSelectShow()"
  52. onmouseout="return searchBox.OnSearchSelectHide()"
  53. onkeydown="return searchBox.OnSearchSelectKey(event)">
  54. </div>
  55. <!-- iframe showing the search results (closed by default) -->
  56. <div id="MSearchResultsWindow">
  57. <iframe src="javascript:void(0)" frameborder="0"
  58. name="MSearchResults" id="MSearchResults">
  59. </iframe>
  60. </div>
  61. <div id="nav-path" class="navpath">
  62. <ul>
  63. <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4cd61089102e4513f03798aaef5eda59.html">objective-c</a></li><li class="navelem"><a class="el" href="dir_a1b3eed7d9ff3e94b4e425a902e10bae.html">ProtoRPC</a></li> </ul>
  64. </div>
  65. </div><!-- top -->
  66. <div class="header">
  67. <div class="headertitle">
  68. <div class="title">ProtoRPC.h</div> </div>
  69. </div><!--header-->
  70. <div class="contents">
  71. <a href="_proto_r_p_c_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>&#160;<span class="comment">/*</span></div>
  72. <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div>
  73. <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright 2015 gRPC authors.</span></div>
  74. <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> *</span></div>
  75. <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div>
  76. <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * you may not use this file except in compliance with the License.</span></div>
  77. <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * You may obtain a copy of the License at</span></div>
  78. <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div>
  79. <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
  80. <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> *</span></div>
  81. <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
  82. <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
  83. <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
  84. <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * See the License for the specific language governing permissions and</span></div>
  85. <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * limitations under the License.</span></div>
  86. <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> *</span></div>
  87. <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> */</span></div>
  88. <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; </div>
  89. <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#import &lt;Foundation/Foundation.h&gt;</span></div>
  90. <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; </div>
  91. <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// import legacy header for compatibility with users using the ProtoRPC interface</span></div>
  92. <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#import &quot;<a class="code" href="_proto_r_p_c_legacy_8h.html">ProtoRPCLegacy.h</a>&quot;</span></div>
  93. <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
  94. <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#import &quot;<a class="code" href="_proto_method_8h.html">ProtoMethod.h</a>&quot;</span></div>
  95. <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; </div>
  96. <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;NS_ASSUME_NONNULL_BEGIN</div>
  97. <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div>
  98. <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a>;</div>
  99. <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">@class</span> <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a>;</div>
  100. <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">@class</span> GPBMessage;</div>
  101. <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
  102. <div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="protocol_g_r_p_c_proto_response_handler-p.html"> 33</a></span>&#160;<span class="keyword">@protocol </span><a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a> &lt;NSObject&gt;</div>
  103. <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
  104. <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">@required</span></div>
  105. <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
  106. <div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="protocol_g_r_p_c_proto_response_handler-p.html#a6aeda5c3b028cc8663f6865b751d8eb1"> 41</a></span>&#160;<span class="keyword">@property</span>(atomic, readonly) dispatch_queue_t <a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html#a6aeda5c3b028cc8663f6865b751d8eb1">dispatchQueue</a>;</div>
  107. <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; </div>
  108. <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">@optional</span></div>
  109. <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
  110. <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;- (void)didReceiveInitialMetadata:(nullable NSDictionary *)initialMetadata;</div>
  111. <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
  112. <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;- (void)didReceiveProtoMessage:(nullable GPBMessage *)message;</div>
  113. <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
  114. <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;- (void)didCloseWithTrailingMetadata:(nullable NSDictionary *)trailingMetadata</div>
  115. <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; error:(nullable NSError *)error;</div>
  116. <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
  117. <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;- (void)<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html#a891b99c840b8877987c250e9e312145a">didWriteMessage</a>;</div>
  118. <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
  119. <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword">@end</span></div>
  120. <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
  121. <div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_response_handler.html"> 80</a></span>&#160;<span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_unary_response_handler.html">GRPCUnaryResponseHandler</a>&lt;ResponseType&gt; : NSObject &lt;<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>&gt;</div>
  122. <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
  123. <div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_response_handler.html#a5ffc4145359a92348e3eb52defaff019"> 89</a></span>&#160;- (nullable instancetype)initWithResponseHandler:(<span class="keywordtype">void</span> (^)(ResponseType, NSError *))handler</div>
  124. <div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_response_handler.html#a293ad0fcb490ed0a6eed993d496c6f0a"> 90</a></span>&#160; responseDispatchQueue:(nullable dispatch_queue_t)dispatchQueue;</div>
  125. <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; </div>
  126. <div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_response_handler.html#ae9039f0429cab446d2b5455c1c65a5ae"> 93</a></span>&#160;<span class="keyword">@property</span>(readonly, nullable) NSDictionary *<a class="code" href="interface_g_r_p_c_unary_response_handler.html#ae9039f0429cab446d2b5455c1c65a5ae">responseHeaders</a>;</div>
  127. <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
  128. <div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_response_handler.html#a33dca1040ee0d7a78c495f3cd510fb6b"> 96</a></span>&#160;<span class="keyword">@property</span>(readonly, nullable) NSDictionary *<a class="code" href="interface_g_r_p_c_unary_response_handler.html#a33dca1040ee0d7a78c495f3cd510fb6b">responseTrailers</a>;</div>
  129. <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
  130. <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="keyword">@end</span></div>
  131. <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; </div>
  132. <div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_unary_proto_call.html"> 101</a></span>&#160;<span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_unary_proto_call.html">GRPCUnaryProtoCall</a> : NSObject</div>
  133. <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div>
  134. <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;- (instancetype)init <a class="code" href="interface_g_r_p_c_unary_proto_call.html#a981b223b0f5579f4e3c54929b296eee5">NS_UNAVAILABLE</a>;</div>
  135. <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; </div>
  136. <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;+ (instancetype)new <a class="code" href="interface_g_r_p_c_unary_proto_call.html#a981b223b0f5579f4e3c54929b296eee5">NS_UNAVAILABLE</a>;</div>
  137. <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
  138. <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;- (nullable instancetype)initWithRequestOptions:(<a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a> *)requestOptions</div>
  139. <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; message:(GPBMessage *)message</div>
  140. <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; responseHandler:(<span class="keywordtype">id</span>&lt;<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>&gt;)handler</div>
  141. <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; callOptions:(nullable <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a> *)callOptions</div>
  142. <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; responseClass:(Class)responseClass NS_DESIGNATED_INITIALIZER;</div>
  143. <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; </div>
  144. <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_unary_proto_call.html#af02926a947dc6b4abb4e41801411c8f9">start</a>;</div>
  145. <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; </div>
  146. <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_unary_proto_call.html#a7880b8488ea7b9315ec920c18ad615fd">cancel</a>;</div>
  147. <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; </div>
  148. <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="keyword">@end</span></div>
  149. <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; </div>
  150. <div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="interface_g_r_p_c_streaming_proto_call.html"> 132</a></span>&#160;<span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_streaming_proto_call.html">GRPCStreamingProtoCall</a> : NSObject</div>
  151. <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; </div>
  152. <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;- (instancetype)init <a class="code" href="interface_g_r_p_c_streaming_proto_call.html#ab43d01572f6ddd58272873299bd745b3">NS_UNAVAILABLE</a>;</div>
  153. <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; </div>
  154. <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;+ (instancetype)new <a class="code" href="interface_g_r_p_c_streaming_proto_call.html#ab43d01572f6ddd58272873299bd745b3">NS_UNAVAILABLE</a>;</div>
  155. <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
  156. <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;- (nullable instancetype)initWithRequestOptions:(<a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a> *)requestOptions</div>
  157. <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; responseHandler:(<span class="keywordtype">id</span>&lt;<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>&gt;)handler</div>
  158. <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; callOptions:(nullable <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a> *)callOptions</div>
  159. <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; responseClass:(Class)responseClass NS_DESIGNATED_INITIALIZER;</div>
  160. <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; </div>
  161. <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a1fb7aac765032282779cf83d438a938c">start</a>;</div>
  162. <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; </div>
  163. <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a679f3d3373b0929c246f366458c24b99">cancel</a>;</div>
  164. <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; </div>
  165. <div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;- (void)writeMessage:(GPBMessage *)message;</div>
  166. <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; </div>
  167. <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a22953dddd7b7c133d5fd067f197896c4">finish</a>;</div>
  168. <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; </div>
  169. <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;- (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a520b480b583f74d2c5d1f584f7981d5a">receiveNextMessage</a>;</div>
  170. <div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; </div>
  171. <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;- (void)receiveNextMessages:(NSUInteger)numberOfMessages;</div>
  172. <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div>
  173. <div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="keyword">@end</span></div>
  174. <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; </div>
  175. <div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;NS_ASSUME_NONNULL_END</div>
  176. </div><!-- fragment --></div><!-- contents -->
  177. <div class="ttc" id="a_proto_method_8h_html"><div class="ttname"><a href="_proto_method_8h.html">ProtoMethod.h</a></div></div>
  178. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html_a679f3d3373b0929c246f366458c24b99"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html#a679f3d3373b0929c246f366458c24b99">-[GRPCStreamingProtoCall cancel]</a></div><div class="ttdeci">void cancel()</div><div class="ttdoc">Cancel the request of this call at best effort.</div></div>
  179. <div class="ttc" id="ainterface_g_r_p_c_unary_proto_call_html_af02926a947dc6b4abb4e41801411c8f9"><div class="ttname"><a href="interface_g_r_p_c_unary_proto_call.html#af02926a947dc6b4abb4e41801411c8f9">-[GRPCUnaryProtoCall start]</a></div><div class="ttdeci">void start()</div><div class="ttdoc">Start the call.</div></div>
  180. <div class="ttc" id="ainterface_g_r_p_c_unary_response_handler_html"><div class="ttname"><a href="interface_g_r_p_c_unary_response_handler.html">GRPCUnaryResponseHandler</a></div><div class="ttdoc">A convenience class of objects that act as response handlers of calls.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:80</div></div>
  181. <div class="ttc" id="aprotocol_g_r_p_c_proto_response_handler-p_html_a891b99c840b8877987c250e9e312145a"><div class="ttname"><a href="protocol_g_r_p_c_proto_response_handler-p.html#a891b99c840b8877987c250e9e312145a">-[GRPCProtoResponseHandler-p didWriteMessage]</a></div><div class="ttdeci">void didWriteMessage()</div><div class="ttdoc">Issued when flow control is enabled for the call and a message (written with writeMessage: method of ...</div></div>
  182. <div class="ttc" id="ainterface_g_r_p_c_unary_response_handler_html_ae9039f0429cab446d2b5455c1c65a5ae"><div class="ttname"><a href="interface_g_r_p_c_unary_response_handler.html#ae9039f0429cab446d2b5455c1c65a5ae">GRPCUnaryResponseHandler::responseHeaders</a></div><div class="ttdeci">NSDictionary * responseHeaders</div><div class="ttdoc">Response headers received during the call.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:93</div></div>
  183. <div class="ttc" id="ainterface_g_r_p_c_call_options_html"><div class="ttname"><a href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a></div><div class="ttdoc">Immutable user configurable options for a gRPC call.</div><div class="ttdef"><b>Definition:</b> GRPCCallOptions.h:30</div></div>
  184. <div class="ttc" id="ainterface_g_r_p_c_unary_response_handler_html_a33dca1040ee0d7a78c495f3cd510fb6b"><div class="ttname"><a href="interface_g_r_p_c_unary_response_handler.html#a33dca1040ee0d7a78c495f3cd510fb6b">GRPCUnaryResponseHandler::responseTrailers</a></div><div class="ttdeci">NSDictionary * responseTrailers</div><div class="ttdoc">Response trailers received during the call.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:96</div></div>
  185. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html_ab43d01572f6ddd58272873299bd745b3"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html#ab43d01572f6ddd58272873299bd745b3">-[GRPCStreamingProtoCall NS_UNAVAILABLE]</a></div><div class="ttdeci">instancetype NS_UNAVAILABLE()</div></div>
  186. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html_a520b480b583f74d2c5d1f584f7981d5a"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html#a520b480b583f74d2c5d1f584f7981d5a">-[GRPCStreamingProtoCall receiveNextMessage]</a></div><div class="ttdeci">void receiveNextMessage()</div><div class="ttdoc">Tell gRPC to receive another message.</div></div>
  187. <div class="ttc" id="a_proto_r_p_c_legacy_8h_html"><div class="ttname"><a href="_proto_r_p_c_legacy_8h.html">ProtoRPCLegacy.h</a></div></div>
  188. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html">GRPCStreamingProtoCall</a></div><div class="ttdoc">A client-streaming RPC call with Protobuf.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:132</div></div>
  189. <div class="ttc" id="ainterface_g_r_p_c_unary_proto_call_html"><div class="ttname"><a href="interface_g_r_p_c_unary_proto_call.html">GRPCUnaryProtoCall</a></div><div class="ttdoc">A unary-request RPC call with Protobuf.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:101</div></div>
  190. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html_a1fb7aac765032282779cf83d438a938c"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html#a1fb7aac765032282779cf83d438a938c">-[GRPCStreamingProtoCall start]</a></div><div class="ttdeci">void start()</div><div class="ttdoc">Start the call.</div></div>
  191. <div class="ttc" id="ainterface_g_r_p_c_unary_proto_call_html_a981b223b0f5579f4e3c54929b296eee5"><div class="ttname"><a href="interface_g_r_p_c_unary_proto_call.html#a981b223b0f5579f4e3c54929b296eee5">-[GRPCUnaryProtoCall NS_UNAVAILABLE]</a></div><div class="ttdeci">instancetype NS_UNAVAILABLE()</div></div>
  192. <div class="ttc" id="ainterface_g_r_p_c_request_options_html"><div class="ttname"><a href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a></div><div class="ttdoc">HTTP request parameters.</div><div class="ttdef"><b>Definition:</b> GRPCCall.h:102</div></div>
  193. <div class="ttc" id="ainterface_g_r_p_c_unary_proto_call_html_a7880b8488ea7b9315ec920c18ad615fd"><div class="ttname"><a href="interface_g_r_p_c_unary_proto_call.html#a7880b8488ea7b9315ec920c18ad615fd">-[GRPCUnaryProtoCall cancel]</a></div><div class="ttdeci">void cancel()</div><div class="ttdoc">Cancel the request of this call at best effort.</div></div>
  194. <div class="ttc" id="aprotocol_g_r_p_c_proto_response_handler-p_html_a6aeda5c3b028cc8663f6865b751d8eb1"><div class="ttname"><a href="protocol_g_r_p_c_proto_response_handler-p.html#a6aeda5c3b028cc8663f6865b751d8eb1">GRPCProtoResponseHandler-p::dispatchQueue</a></div><div class="ttdeci">dispatch_queue_t dispatchQueue</div><div class="ttdoc">All the responses must be issued to a user-provided dispatch queue.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:41</div></div>
  195. <div class="ttc" id="ainterface_g_r_p_c_streaming_proto_call_html_a22953dddd7b7c133d5fd067f197896c4"><div class="ttname"><a href="interface_g_r_p_c_streaming_proto_call.html#a22953dddd7b7c133d5fd067f197896c4">-[GRPCStreamingProtoCall finish]</a></div><div class="ttdeci">void finish()</div><div class="ttdoc">Finish the RPC request and half-close the call.</div></div>
  196. <div class="ttc" id="aprotocol_g_r_p_c_proto_response_handler-p_html"><div class="ttname"><a href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler-p</a></div><div class="ttdoc">An object can implement this protocol to receive responses from server from a call.</div><div class="ttdef"><b>Definition:</b> ProtoRPC.h:33</div></div>
  197. <!-- start footer part -->
  198. <hr class="footer"/><address class="footer"><small>
  199. Generated on Wed Mar 3 2021 19:20:08 for GRPC Objective-C by &#160;<a href="http://www.doxygen.org/index.html">
  200. <img class="footer" src="doxygen.png" alt="doxygen"/>
  201. </a> 1.8.17
  202. </small></address>
  203. </body>
  204. </html>