grpc-ClientUnaryCall.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JSDoc: Class: ClientUnaryCall</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: ClientUnaryCall</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>ClientUnaryCall<span class="signature">(call)</span><span class="type-signature"></span></h2>
  21. </header>
  22. <article>
  23. <div class="container-overview">
  24. <h4 class="name" id="ClientUnaryCall"><span class="type-signature"></span>new ClientUnaryCall<span class="signature">(call)</span><span class="type-signature"></span></h4>
  25. <div class="description">
  26. <p>An EventEmitter. Used for unary calls.</p>
  27. </div>
  28. <h5>Parameters:</h5>
  29. <table class="params">
  30. <thead>
  31. <tr>
  32. <th>Name</th>
  33. <th>Type</th>
  34. <th class="last">Description</th>
  35. </tr>
  36. </thead>
  37. <tbody>
  38. <tr>
  39. <td class="name"><code>call</code></td>
  40. <td class="type">
  41. <span class="param-type">grpc.internal~Call</span>
  42. </td>
  43. <td class="description last"><p>The call object associated with the request</p></td>
  44. </tr>
  45. </tbody>
  46. </table>
  47. <dl class="details">
  48. <dt class="tag-source">Source:</dt>
  49. <dd class="tag-source"><ul class="dummy"><li>
  50. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line71">line 71</a>
  51. </li></ul></dd>
  52. </dl>
  53. </div>
  54. <h3 class="subsection-title">Extends</h3>
  55. <ul>
  56. <li><a href="external-EventEmitter.html">external:EventEmitter</a></li>
  57. </ul>
  58. <h3 class="subsection-title">Methods</h3>
  59. <h4 class="name" id="cancel"><span class="type-signature"></span>cancel<span class="signature">()</span><span class="type-signature"></span></h4>
  60. <div class="description">
  61. <p>Cancel the ongoing call. Results in the call ending with a CANCELLED status,
  62. unless it has already ended with some other status.</p>
  63. </div>
  64. <dl class="details">
  65. <dt class="tag-source">Source:</dt>
  66. <dd class="tag-source"><ul class="dummy"><li>
  67. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line369">line 369</a>
  68. </li></ul></dd>
  69. </dl>
  70. <h4 class="name" id="getPeer"><span class="type-signature"></span>getPeer<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
  71. <div class="description">
  72. <p>Get the endpoint this call/stream is connected to.</p>
  73. </div>
  74. <dl class="details">
  75. <dt class="tag-source">Source:</dt>
  76. <dd class="tag-source"><ul class="dummy"><li>
  77. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line384">line 384</a>
  78. </li></ul></dd>
  79. </dl>
  80. <h5>Returns:</h5>
  81. <div class="param-desc">
  82. <p>The URI of the endpoint</p>
  83. </div>
  84. <dl>
  85. <dt>
  86. Type
  87. </dt>
  88. <dd>
  89. <span class="param-type">string</span>
  90. </dd>
  91. </dl>
  92. <h3 class="subsection-title">Events</h3>
  93. <h4 class="name" id="event:metadata">metadata</h4>
  94. <div class="description">
  95. <p>Initial response metadata sent by the server when it starts processing the
  96. call</p>
  97. </div>
  98. <h5>Type:</h5>
  99. <ul>
  100. <li>
  101. <span class="param-type"><a href="grpc.Metadata.html">grpc.Metadata</a></span>
  102. </li>
  103. </ul>
  104. <dl class="details">
  105. <dt class="tag-source">Source:</dt>
  106. <dd class="tag-source"><ul class="dummy"><li>
  107. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line56">line 56</a>
  108. </li></ul></dd>
  109. </dl>
  110. <h4 class="name" id="event:status">status</h4>
  111. <div class="description">
  112. <p>Status of the call when it has completed.</p>
  113. </div>
  114. <h5>Type:</h5>
  115. <ul>
  116. <li>
  117. <span class="param-type"><a href="grpc.html#~StatusObject">grpc~StatusObject</a></span>
  118. </li>
  119. </ul>
  120. <dl class="details">
  121. <dt class="tag-source">Source:</dt>
  122. <dd class="tag-source"><ul class="dummy"><li>
  123. <a href="src_client.js.html">src/client.js</a>, <a href="src_client.js.html#line63">line 63</a>
  124. </li></ul></dd>
  125. </dl>
  126. </article>
  127. </section>
  128. </div>
  129. <nav>
  130. <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>
  131. </nav>
  132. <br class="clear">
  133. <footer>
  134. 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)
  135. </footer>
  136. <script> prettyPrint(); </script>
  137. <script src="scripts/linenumber.js"> </script>
  138. </body>
  139. </html>