grpc-ServerDuplexStream.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Documentation Class: ServerDuplexStream</title>
  7. <!--[if lt IE 9]>
  8. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
  11. <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
  12. </head>
  13. <body>
  14. <div class="navbar navbar-default navbar-fixed-top ">
  15. <div class="container">
  16. <div class="navbar-header">
  17. <a class="navbar-brand" href="index.html">Documentation</a>
  18. <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
  19. <span class="icon-bar"></span>
  20. <span class="icon-bar"></span>
  21. <span class="icon-bar"></span>
  22. </button>
  23. </div>
  24. <div class="navbar-collapse collapse" id="topNavigation">
  25. <ul class="nav navbar-nav">
  26. <li class="dropdown">
  27. <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a>
  28. <ul class="dropdown-menu ">
  29. <li><a href="grpc.html">grpc</a></li><li><a href="grpc.credentials.html">grpc.credentials</a></li>
  30. </ul>
  31. </li>
  32. <li class="dropdown">
  33. <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
  34. <ul class="dropdown-menu ">
  35. <li><a href="grpc.Client.html">grpc.Client</a></li><li><a href="grpc.credentials-CallCredentials.html">grpc.credentials~CallCredentials</a></li><li><a href="grpc.credentials-ChannelCredentials.html">grpc.credentials~ChannelCredentials</a></li><li><a href="grpc.Metadata.html">grpc.Metadata</a></li><li><a href="grpc.Server.html">grpc.Server</a></li><li><a href="grpc.ServerCredentials.html">grpc.ServerCredentials</a></li><li><a href="grpc-ClientDuplexStream.html">grpc~ClientDuplexStream</a></li><li><a href="grpc-ClientReadableStream.html">grpc~ClientReadableStream</a></li><li><a href="grpc-ClientUnaryCall.html">grpc~ClientUnaryCall</a></li><li><a href="grpc-ClientWritableStream.html">grpc~ClientWritableStream</a></li><li><a href="grpc-ServerDuplexStream.html">grpc~ServerDuplexStream</a></li><li><a href="grpc-ServerReadableStream.html">grpc~ServerReadableStream</a></li><li><a href="grpc-ServerUnaryCall.html">grpc~ServerUnaryCall</a></li><li><a href="grpc-ServerWritableStream.html">grpc~ServerWritableStream</a></li>
  36. </ul>
  37. </li>
  38. <li class="dropdown">
  39. <a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b class="caret"></b></a>
  40. <ul class="dropdown-menu ">
  41. <li><a href="grpc-ClientDuplexStream.html#event:metadata">grpc~ClientDuplexStream#metadata</a></li><li><a href="grpc-ClientDuplexStream.html#event:status">grpc~ClientDuplexStream#status</a></li><li><a href="grpc-ClientReadableStream.html#event:metadata">grpc~ClientReadableStream#metadata</a></li><li><a href="grpc-ClientReadableStream.html#event:status">grpc~ClientReadableStream#status</a></li><li><a href="grpc-ClientUnaryCall.html#event:metadata">grpc~ClientUnaryCall#event:metadata</a></li><li><a href="grpc-ClientUnaryCall.html#event:status">grpc~ClientUnaryCall#event:status</a></li><li><a href="grpc-ClientWritableStream.html#event:metadata">grpc~ClientWritableStream#metadata</a></li><li><a href="grpc-ClientWritableStream.html#event:status">grpc~ClientWritableStream#status</a></li><li><a href="grpc-ServerDuplexStream.html#~event:cancelled">grpc~ServerDuplexStream~event:cancelled</a></li><li><a href="grpc-ServerReadableStream.html#~event:cancelled">grpc~ServerReadableStream~event:cancelled</a></li><li><a href="grpc-ServerUnaryCall.html#~event:cancelled">grpc~ServerUnaryCall~event:cancelled</a></li><li><a href="grpc-ServerWritableStream.html#~event:cancelled">grpc~ServerWritableStream~event:cancelled</a></li>
  42. </ul>
  43. </li>
  44. <li class="dropdown">
  45. <a href="externals.list.html" class="dropdown-toggle" data-toggle="dropdown">Externals<b class="caret"></b></a>
  46. <ul class="dropdown-menu ">
  47. <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>
  48. </ul>
  49. </li>
  50. </ul>
  51. <div class="col-sm-3 col-md-3">
  52. <form class="navbar-form" role="search">
  53. <div class="input-group">
  54. <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
  55. <div class="input-group-btn">
  56. <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
  57. </div>
  58. </div>
  59. </form>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="container" id="toc-content">
  65. <div class="row">
  66. <div class="col-md-8">
  67. <div id="main">
  68. <h1 class="page-title">Class: ServerDuplexStream</h1>
  69. <section>
  70. <header>
  71. <h2>
  72. <span class="ancestors"><a href="grpc.html">grpc</a>~</span>
  73. ServerDuplexStream
  74. </h2>
  75. </header>
  76. <article>
  77. <div class="container-overview">
  78. <hr>
  79. <dt>
  80. <h4 class="name" id="ServerDuplexStream"><span class="type-signature"></span>new ServerDuplexStream(call, metadata, serialize, deserialize)</h4>
  81. </dt>
  82. <dd>
  83. <div class="description">
  84. <p>A stream that the server can read from or write to. Used for calls with
  85. duplex streaming.</p>
  86. </div>
  87. <h5>Parameters:</h5>
  88. <table class="params table table-striped">
  89. <thead>
  90. <tr>
  91. <th>Name</th>
  92. <th>Type</th>
  93. <th class="last">Description</th>
  94. </tr>
  95. </thead>
  96. <tbody>
  97. <tr>
  98. <td class="name"><code>call</code></td>
  99. <td class="type">
  100. <span class="param-type">grpc.internal~Call</span>
  101. </td>
  102. <td class="description last"><p>Call object to proxy</p></td>
  103. </tr>
  104. <tr>
  105. <td class="name"><code>metadata</code></td>
  106. <td class="type">
  107. <span class="param-type"><a href="grpc.Metadata.html">grpc.Metadata</a></span>
  108. </td>
  109. <td class="description last"><p>The request metadata from the client</p></td>
  110. </tr>
  111. <tr>
  112. <td class="name"><code>serialize</code></td>
  113. <td class="type">
  114. <span class="param-type"><a href="grpc.html#~serialize">grpc~serialize</a></span>
  115. </td>
  116. <td class="description last"><p>Serialization function for requests</p></td>
  117. </tr>
  118. <tr>
  119. <td class="name"><code>deserialize</code></td>
  120. <td class="type">
  121. <span class="param-type"><a href="grpc.html#~deserialize">grpc~deserialize</a></span>
  122. </td>
  123. <td class="description last"><p>Deserialization function for
  124. responses</p></td>
  125. </tr>
  126. </tbody>
  127. </table>
  128. <dl class="details">
  129. </dl>
  130. </dd>
  131. </div>
  132. <h3 class="subsection-title">Extends</h3>
  133. <ul>
  134. <li><a href="external-Duplex.html">external:Duplex</a></li>
  135. </ul>
  136. <h3 class="subsection-title">Methods</h3>
  137. <dl>
  138. <hr>
  139. <dt>
  140. <h4 class="name" id="getPeer"><span class="type-signature"></span>getPeer()</h4>
  141. </dt>
  142. <dd>
  143. <div class="description">
  144. <p>Get the endpoint this call/stream is connected to.</p>
  145. </div>
  146. <dl class="details">
  147. </dl>
  148. <h5>Returns:</h5>
  149. <div class="param-desc">
  150. <p>The URI of the endpoint</p>
  151. </div>
  152. <dl>
  153. <dt>
  154. Type
  155. </dt>
  156. <dd>
  157. <span class="param-type">string</span>
  158. </dd>
  159. </dl>
  160. </dd>
  161. <hr>
  162. <dt>
  163. <h4 class="name" id="sendMetadata"><span class="type-signature"></span>sendMetadata(responseMetadata)</h4>
  164. </dt>
  165. <dd>
  166. <div class="description">
  167. <p>Send the initial metadata for a writable stream.</p>
  168. </div>
  169. <h5>Parameters:</h5>
  170. <table class="params table table-striped">
  171. <thead>
  172. <tr>
  173. <th>Name</th>
  174. <th>Type</th>
  175. <th class="last">Description</th>
  176. </tr>
  177. </thead>
  178. <tbody>
  179. <tr>
  180. <td class="name"><code>responseMetadata</code></td>
  181. <td class="type">
  182. <span class="param-type"><a href="grpc.Metadata.html">grpc.Metadata</a></span>
  183. </td>
  184. <td class="description last"><p>Metadata to send</p></td>
  185. </tr>
  186. </tbody>
  187. </table>
  188. <dl class="details">
  189. </dl>
  190. </dd>
  191. </dl>
  192. <h3 class="subsection-title">Events</h3>
  193. <dl>
  194. <hr>
  195. <dt>
  196. <h4 class="name" id="~event:cancelled">cancelled</h4>
  197. </dt>
  198. <dd>
  199. <div class="description">
  200. <p>Emitted when the call has been cancelled. After this has been emitted, the
  201. call's <code>cancelled</code> property will be set to <code>true</code>.</p>
  202. </div>
  203. <dl class="details">
  204. </dl>
  205. </dd>
  206. </dl>
  207. </article>
  208. </section>
  209. </div>
  210. </div>
  211. <div class="clearfix"></div>
  212. <div class="col-md-3">
  213. <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
  214. </div>
  215. </div>
  216. </div>
  217. <div class="modal fade" id="searchResults">
  218. <div class="modal-dialog">
  219. <div class="modal-content">
  220. <div class="modal-header">
  221. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  222. <h4 class="modal-title">Search results</h4>
  223. </div>
  224. <div class="modal-body"></div>
  225. <div class="modal-footer">
  226. <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
  227. </div>
  228. </div><!-- /.modal-content -->
  229. </div><!-- /.modal-dialog -->
  230. </div>
  231. <footer>
  232. <span class="jsdoc-message">
  233. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
  234. on 2018-01-16T12:05:13-05:00
  235. using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
  236. </span>
  237. </footer>
  238. <script src="scripts/docstrap.lib.js"></script>
  239. <script src="scripts/toc.js"></script>
  240. <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
  241. <script>
  242. $( function () {
  243. $( "[id*='$']" ).each( function () {
  244. var $this = $( this );
  245. $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
  246. } );
  247. $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
  248. var $this = $( this );
  249. var example = $this.find( "code" );
  250. exampleText = example.html();
  251. var lang = /{@lang (.*?)}/.exec( exampleText );
  252. if ( lang && lang[1] ) {
  253. exampleText = exampleText.replace( lang[0], "" );
  254. example.html( exampleText );
  255. lang = lang[1];
  256. } else {
  257. var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
  258. lang = langClassMatch ? langClassMatch[1] : "javascript";
  259. }
  260. if ( lang ) {
  261. $this
  262. .addClass( "sunlight-highlight-" + lang )
  263. .addClass( "linenums" )
  264. .html( example.html() );
  265. }
  266. } );
  267. Sunlight.highlightAll( {
  268. lineNumbers : false,
  269. showMenu : true,
  270. enableDoclinks : true
  271. } );
  272. $.catchAnchorLinks( {
  273. navbarOffset: 10
  274. } );
  275. $( "#toc" ).toc( {
  276. anchorName : function ( i, heading, prefix ) {
  277. return $( heading ).attr( "id" ) || ( prefix + i );
  278. },
  279. selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
  280. showAndHide : false,
  281. smoothScrolling: true
  282. } );
  283. $( "#main span[id^='toc']" ).addClass( "toc-shim" );
  284. $( '.dropdown-toggle' ).dropdown();
  285. $( "table" ).each( function () {
  286. var $this = $( this );
  287. $this.addClass('table');
  288. } );
  289. } );
  290. </script>
  291. <!--Navigation and Symbol Display-->
  292. <!--Google Analytics-->
  293. <script type="text/javascript">
  294. $(document).ready(function() {
  295. SearcherDisplay.init();
  296. });
  297. </script>
  298. </body>
  299. </html>