123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>GRPC Objective-C: src/objective-c/ProtoRPC/ProtoRPC.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 Objective-C
-  <span id="projectnumber">1.36.1</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.17 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- /* @license-end */</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_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>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="headertitle">
- <div class="title">ProtoRPC.h</div> </div>
- </div><!--header-->
- <div class="contents">
- <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> <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 2015 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">#import <Foundation/Foundation.h></span></div>
- <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
- <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">// import legacy header for compatibility with users using the ProtoRPC interface</span></div>
- <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#import "<a class="code" href="_proto_r_p_c_legacy_8h.html">ProtoRPCLegacy.h</a>"</span></div>
- <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
- <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#import "<a class="code" href="_proto_method_8h.html">ProtoMethod.h</a>"</span></div>
- <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
- <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> NS_ASSUME_NONNULL_BEGIN</div>
- <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
- <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">@class</span> <a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a>;</div>
- <div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">@class</span> <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a>;</div>
- <div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">@class</span> GPBMessage;</div>
- <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
- <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> <span class="keyword">@protocol </span><a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a> <NSObject></div>
- <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
- <div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">@required</span></div>
- <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
- <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> <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>
- <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">@optional</span></div>
- <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
- <div class="line"><a name="l00048"></a><span class="lineno"> 48</span> - (void)didReceiveInitialMetadata:(nullable NSDictionary *)initialMetadata;</div>
- <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
- <div class="line"><a name="l00053"></a><span class="lineno"> 53</span> - (void)didReceiveProtoMessage:(nullable GPBMessage *)message;</div>
- <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
- <div class="line"><a name="l00061"></a><span class="lineno"> 61</span> - (void)didCloseWithTrailingMetadata:(nullable NSDictionary *)trailingMetadata</div>
- <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  error:(nullable NSError *)error;</div>
- <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
- <div class="line"><a name="l00069"></a><span class="lineno"> 69</span> - (void)<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html#a891b99c840b8877987c250e9e312145a">didWriteMessage</a>;</div>
- <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
- <div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">@end</span></div>
- <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
- <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> <span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_unary_response_handler.html">GRPCUnaryResponseHandler</a><ResponseType> : NSObject <<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>></div>
- <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
- <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> - (nullable instancetype)initWithResponseHandler:(<span class="keywordtype">void</span> (^)(ResponseType, NSError *))handler</div>
- <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>  responseDispatchQueue:(nullable dispatch_queue_t)dispatchQueue;</div>
- <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
- <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> <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>
- <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
- <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> <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>
- <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
- <div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">@end</span></div>
- <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div>
- <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> <span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_unary_proto_call.html">GRPCUnaryProtoCall</a> : NSObject</div>
- <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div>
- <div class="line"><a name="l00103"></a><span class="lineno"> 103</span> - (instancetype)init <a class="code" href="interface_g_r_p_c_unary_proto_call.html#a981b223b0f5579f4e3c54929b296eee5">NS_UNAVAILABLE</a>;</div>
- <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
- <div class="line"><a name="l00105"></a><span class="lineno"> 105</span> + (instancetype)new <a class="code" href="interface_g_r_p_c_unary_proto_call.html#a981b223b0f5579f4e3c54929b296eee5">NS_UNAVAILABLE</a>;</div>
- <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
- <div class="line"><a name="l00111"></a><span class="lineno"> 111</span> - (nullable instancetype)initWithRequestOptions:(<a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a> *)requestOptions</div>
- <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  message:(GPBMessage *)message</div>
- <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  responseHandler:(<span class="keywordtype">id</span><<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>>)handler</div>
- <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  callOptions:(nullable <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a> *)callOptions</div>
- <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  responseClass:(Class)responseClass NS_DESIGNATED_INITIALIZER;</div>
- <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
- <div class="line"><a name="l00120"></a><span class="lineno"> 120</span> - (void)<a class="code" href="interface_g_r_p_c_unary_proto_call.html#af02926a947dc6b4abb4e41801411c8f9">start</a>;</div>
- <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  </div>
- <div class="line"><a name="l00127"></a><span class="lineno"> 127</span> - (void)<a class="code" href="interface_g_r_p_c_unary_proto_call.html#a7880b8488ea7b9315ec920c18ad615fd">cancel</a>;</div>
- <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
- <div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <span class="keyword">@end</span></div>
- <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
- <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> <span class="keyword">@interface </span><a class="code" href="interface_g_r_p_c_streaming_proto_call.html">GRPCStreamingProtoCall</a> : NSObject</div>
- <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
- <div class="line"><a name="l00134"></a><span class="lineno"> 134</span> - (instancetype)init <a class="code" href="interface_g_r_p_c_streaming_proto_call.html#ab43d01572f6ddd58272873299bd745b3">NS_UNAVAILABLE</a>;</div>
- <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
- <div class="line"><a name="l00136"></a><span class="lineno"> 136</span> + (instancetype)new <a class="code" href="interface_g_r_p_c_streaming_proto_call.html#ab43d01572f6ddd58272873299bd745b3">NS_UNAVAILABLE</a>;</div>
- <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  </div>
- <div class="line"><a name="l00142"></a><span class="lineno"> 142</span> - (nullable instancetype)initWithRequestOptions:(<a class="code" href="interface_g_r_p_c_request_options.html">GRPCRequestOptions</a> *)requestOptions</div>
- <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  responseHandler:(<span class="keywordtype">id</span><<a class="code" href="protocol_g_r_p_c_proto_response_handler-p.html">GRPCProtoResponseHandler</a>>)handler</div>
- <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  callOptions:(nullable <a class="code" href="interface_g_r_p_c_call_options.html">GRPCCallOptions</a> *)callOptions</div>
- <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  responseClass:(Class)responseClass NS_DESIGNATED_INITIALIZER;</div>
- <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
- <div class="line"><a name="l00150"></a><span class="lineno"> 150</span> - (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a1fb7aac765032282779cf83d438a938c">start</a>;</div>
- <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
- <div class="line"><a name="l00157"></a><span class="lineno"> 157</span> - (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a679f3d3373b0929c246f366458c24b99">cancel</a>;</div>
- <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
- <div class="line"><a name="l00163"></a><span class="lineno"> 163</span> - (void)writeMessage:(GPBMessage *)message;</div>
- <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  </div>
- <div class="line"><a name="l00169"></a><span class="lineno"> 169</span> - (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a22953dddd7b7c133d5fd067f197896c4">finish</a>;</div>
- <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div>
- <div class="line"><a name="l00179"></a><span class="lineno"> 179</span> - (void)<a class="code" href="interface_g_r_p_c_streaming_proto_call.html#a520b480b583f74d2c5d1f584f7981d5a">receiveNextMessage</a>;</div>
- <div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  </div>
- <div class="line"><a name="l00189"></a><span class="lineno"> 189</span> - (void)receiveNextMessages:(NSUInteger)numberOfMessages;</div>
- <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
- <div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="keyword">@end</span></div>
- <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  </div>
- <div class="line"><a name="l00193"></a><span class="lineno"> 193</span> NS_ASSUME_NONNULL_END</div>
- </div><!-- fragment --></div><!-- contents -->
- <div class="ttc" id="a_proto_method_8h_html"><div class="ttname"><a href="_proto_method_8h.html">ProtoMethod.h</a></div></div>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated on Wed Mar 3 2021 19:20:08 for GRPC Objective-C by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.17
- </small></address>
- </body>
- </html>
|