grpc-ClientWritableStream.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: ClientWritableStream</title>
  6. <script src="scripts/prettify/prettify.js"> </script>
  7. <script src="scripts/prettify/lang-css.js"> </script>
  8. <!--[if lt IE 9]>
  9. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  10. <![endif]-->
  11. <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
  12. <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
  13. </head>
  14. <body>
  15. <div id="main">
  16. <h1 class="page-title">Class: ClientWritableStream</h1>
  17. <section>
  18. <header>
  19. <h2><span class="attribs"><span class="type-signature"></span></span>
  20. <span class="ancestors"><a href="grpc.html">grpc</a>~</span>ClientWritableStream<span class="signature">(call, serialize<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h2>
  21. </header>
  22. <article>
  23. <div class="container-overview">
  24. <h4 class="name" id="ClientWritableStream"><span class="type-signature"></span>new ClientWritableStream<span class="signature">(call, serialize<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
  25. <div class="description">
  26. <p>A stream that the client can write to. Used for calls that are streaming from
  27. the client side.</p>
  28. </div>
  29. <h5>Parameters:</h5>
  30. <table class="params">
  31. <thead>
  32. <tr>
  33. <th>Name</th>
  34. <th>Type</th>
  35. <th>Attributes</th>
  36. <th>Default</th>
  37. <th class="last">Description</th>
  38. </tr>
  39. </thead>
  40. <tbody>
  41. <tr>
  42. <td class="name"><code>call</code></td>
  43. <td class="type">
  44. <span class="param-type">grpc.internal~Call</span>
  45. </td>
  46. <td class="attributes">
  47. </td>
  48. <td class="default">
  49. </td>
  50. <td class="description last"><p>The call object to send data with</p></td>
  51. </tr>
  52. <tr>
  53. <td class="name"><code>serialize</code></td>
  54. <td class="type">
  55. <span class="param-type"><a href="grpc.html#~serialize">grpc~serialize</a></span>
  56. </td>
  57. <td class="attributes">
  58. &lt;optional><br>
  59. </td>
  60. <td class="default">
  61. identity
  62. </td>
  63. <td class="description last"><p>Serialization
  64. function for writes.</p></td>
  65. </tr>
  66. </tbody>
  67. </table>
  68. <dl class="details">
  69. <dt class="tag-source">Source:</dt>
  70. <dd class="tag-source"><ul class="dummy"><li>
  71. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line84">line 84</a>
  72. </li></ul></dd>
  73. </dl>
  74. </div>
  75. <h3 class="subsection-title">Extends</h3>
  76. <ul>
  77. <li><a href="external-Writable.html">external:Writable</a></li>
  78. </ul>
  79. <h3 class="subsection-title">Methods</h3>
  80. <h4 class="name" id="cancel"><span class="type-signature"></span>cancel<span class="signature">()</span><span class="type-signature"></span></h4>
  81. <div class="description">
  82. <p>Cancel the ongoing call. Results in the call ending with a CANCELLED status,
  83. unless it has already ended with some other status.</p>
  84. </div>
  85. <dl class="details">
  86. <dt class="tag-source">Source:</dt>
  87. <dd class="tag-source"><ul class="dummy"><li>
  88. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line369">line 369</a>
  89. </li></ul></dd>
  90. </dl>
  91. <h4 class="name" id="getPeer"><span class="type-signature"></span>getPeer<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
  92. <div class="description">
  93. <p>Get the endpoint this call/stream is connected to.</p>
  94. </div>
  95. <dl class="details">
  96. <dt class="tag-source">Source:</dt>
  97. <dd class="tag-source"><ul class="dummy"><li>
  98. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line384">line 384</a>
  99. </li></ul></dd>
  100. </dl>
  101. <h5>Returns:</h5>
  102. <div class="param-desc">
  103. <p>The URI of the endpoint</p>
  104. </div>
  105. <dl>
  106. <dt>
  107. Type
  108. </dt>
  109. <dd>
  110. <span class="param-type">string</span>
  111. </dd>
  112. </dl>
  113. <h4 class="name" id="write"><span class="type-signature"></span>write<span class="signature">(message, flags, callback)</span><span class="type-signature"> &rarr; {boolean}</span></h4>
  114. <div class="description">
  115. <p>Write a message to the request stream. If serializing the argument fails,
  116. the call will be cancelled and the stream will end with an error.</p>
  117. </div>
  118. <h5>Parameters:</h5>
  119. <table class="params">
  120. <thead>
  121. <tr>
  122. <th>Name</th>
  123. <th>Type</th>
  124. <th class="last">Description</th>
  125. </tr>
  126. </thead>
  127. <tbody>
  128. <tr>
  129. <td class="name"><code>message</code></td>
  130. <td class="type">
  131. <span class="param-type">*</span>
  132. </td>
  133. <td class="description last"><p>The message to write. Must be a valid argument to the
  134. serialize function of the corresponding method</p></td>
  135. </tr>
  136. <tr>
  137. <td class="name"><code>flags</code></td>
  138. <td class="type">
  139. <span class="param-type"><a href="grpc.html#.writeFlags">grpc.writeFlags</a></span>
  140. </td>
  141. <td class="description last"><p>Flags to modify how the message is written</p></td>
  142. </tr>
  143. <tr>
  144. <td class="name"><code>callback</code></td>
  145. <td class="type">
  146. <span class="param-type">function</span>
  147. </td>
  148. <td class="description last"><p>Callback for when this chunk of data is flushed</p></td>
  149. </tr>
  150. </tbody>
  151. </table>
  152. <dl class="details">
  153. <dt class="tag-source">Source:</dt>
  154. <dd class="tag-source"><ul class="dummy"><li>
  155. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line110">line 110</a>
  156. </li></ul></dd>
  157. </dl>
  158. <h5>Returns:</h5>
  159. <div class="param-desc">
  160. <p>As defined for <a href="external-Writable.html">Writable</a></p>
  161. </div>
  162. <dl>
  163. <dt>
  164. Type
  165. </dt>
  166. <dd>
  167. <span class="param-type">boolean</span>
  168. </dd>
  169. </dl>
  170. <h3 class="subsection-title">Events</h3>
  171. <h4 class="name" id="event:metadata">metadata</h4>
  172. <div class="description">
  173. <p>Initial response metadata sent by the server when it starts processing the
  174. call</p>
  175. </div>
  176. <h5>Type:</h5>
  177. <ul>
  178. <li>
  179. <span class="param-type"><a href="grpc.Metadata.html">grpc.Metadata</a></span>
  180. </li>
  181. </ul>
  182. <dl class="details">
  183. <dt class="tag-source">Source:</dt>
  184. <dd class="tag-source"><ul class="dummy"><li>
  185. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line56">line 56</a>
  186. </li></ul></dd>
  187. </dl>
  188. <h4 class="name" id="event:status">status</h4>
  189. <div class="description">
  190. <p>Status of the call when it has completed.</p>
  191. </div>
  192. <h5>Type:</h5>
  193. <ul>
  194. <li>
  195. <span class="param-type"><a href="grpc.html#~StatusObject">grpc~StatusObject</a></span>
  196. </li>
  197. </ul>
  198. <dl class="details">
  199. <dt class="tag-source">Source:</dt>
  200. <dd class="tag-source"><ul class="dummy"><li>
  201. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line63">line 63</a>
  202. </li></ul></dd>
  203. </dl>
  204. </article>
  205. </section>
  206. </div>
  207. <nav>
  208. <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="external-Duplex.html">Duplex</a></li><li><a href="external-EventEmitter.html">EventEmitter</a></li><li><a href="external-GoogleCredential.html">GoogleCredential</a></li><li><a href="external-Readable.html">Readable</a></li><li><a href="external-Writable.html">Writable</a></li></ul><h3>Classes</h3><ul><li><a href="grpc.Client.html">Client</a></li><li><a href="grpc.credentials-CallCredentials.html">CallCredentials</a></li><li><a href="grpc.credentials-ChannelCredentials.html">ChannelCredentials</a></li><li><a href="grpc.Metadata.html">Metadata</a></li><li><a href="grpc.Server.html">Server</a></li><li><a href="grpc.ServerCredentials.html">ServerCredentials</a></li><li><a href="grpc-ClientDuplexStream.html">ClientDuplexStream</a></li><li><a href="grpc-ClientReadableStream.html">ClientReadableStream</a></li><li><a href="grpc-ClientUnaryCall.html">ClientUnaryCall</a></li><li><a href="grpc-ClientWritableStream.html">ClientWritableStream</a></li><li><a href="grpc-ServerDuplexStream.html">ServerDuplexStream</a></li><li><a href="grpc-ServerReadableStream.html">ServerReadableStream</a></li><li><a href="grpc-ServerUnaryCall.html">ServerUnaryCall</a></li><li><a href="grpc-ServerWritableStream.html">ServerWritableStream</a></li></ul><h3>Events</h3><ul><li><a href="grpc-ClientDuplexStream.html#event:metadata">metadata</a></li><li><a href="grpc-ClientDuplexStream.html#event:status">status</a></li><li><a href="grpc-ClientReadableStream.html#event:metadata">metadata</a></li><li><a href="grpc-ClientReadableStream.html#event:status">status</a></li><li><a href="grpc-ClientUnaryCall.html#event:metadata">metadata</a></li><li><a href="grpc-ClientUnaryCall.html#event:status">status</a></li><li><a href="grpc-ClientWritableStream.html#event:metadata">metadata</a></li><li><a href="grpc-ClientWritableStream.html#event:status">status</a></li><li><a href="grpc-ServerDuplexStream.html#~event:cancelled">cancelled</a></li><li><a href="grpc-ServerReadableStream.html#~event:cancelled">cancelled</a></li><li><a href="grpc-ServerUnaryCall.html#~event:cancelled">cancelled</a></li><li><a href="grpc-ServerWritableStream.html#~event:cancelled">cancelled</a></li></ul><h3>Namespaces</h3><ul><li><a href="grpc.html">grpc</a></li><li><a href="grpc.credentials.html">credentials</a></li></ul>
  209. </nav>
  210. <br class="clear">
  211. <footer>
  212. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a> on Fri Sep 08 2017 11:10:31 GMT-0700 (PDT)
  213. </footer>
  214. <script> prettyPrint(); </script>
  215. <script src="scripts/linenumber.js"> </script>
  216. </body>
  217. </html>