namespace-Grpc.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Namespace Grpc</title>
  6. <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
  7. </head>
  8. <body>
  9. <div id="left">
  10. <div id="menu">
  11. <a href="index.html" title="Overview"><span>Overview</span></a>
  12. <div id="groups">
  13. <h3>Namespaces</h3>
  14. <ul>
  15. <li class="active">
  16. <a href="namespace-Grpc.html">
  17. Grpc </a>
  18. </li>
  19. </ul>
  20. </div>
  21. <hr>
  22. <div id="elements">
  23. <h3>Classes</h3>
  24. <ul>
  25. <li><a href="class-Grpc.AbstractCall.html">AbstractCall</a></li>
  26. <li><a href="class-Grpc.BaseStub.html">BaseStub</a></li>
  27. <li><a href="class-Grpc.BidiStreamingCall.html">BidiStreamingCall</a></li>
  28. <li><a href="class-Grpc.ClientStreamingCall.html">ClientStreamingCall</a></li>
  29. <li><a href="class-Grpc.ServerStreamingCall.html">ServerStreamingCall</a></li>
  30. <li><a href="class-Grpc.UnaryCall.html">UnaryCall</a></li>
  31. </ul>
  32. </div>
  33. </div>
  34. </div>
  35. <div id="splitter"></div>
  36. <div id="right">
  37. <div id="rightInner">
  38. <form id="search">
  39. <input type="hidden" name="cx" value="">
  40. <input type="hidden" name="ie" value="UTF-8">
  41. <input type="text" name="q" class="text" placeholder="Search">
  42. </form>
  43. <div id="navigation">
  44. <ul>
  45. <li>
  46. <a href="index.html" title="Overview"><span>Overview</span></a>
  47. </li>
  48. <li class="active">
  49. <span>Namespace</span> </li>
  50. <li>
  51. <span>Class</span> </li>
  52. </ul>
  53. <ul>
  54. </ul>
  55. <ul>
  56. </ul>
  57. </div>
  58. <div id="content" class="namespace">
  59. <h1>Namespace Grpc</h1>
  60. <table class="summary" id="classes">
  61. <caption>Classes summary</caption>
  62. <tr>
  63. <td class="name"><a href="class-Grpc.AbstractCall.html">AbstractCall</a></td>
  64. <td>Class AbstractCall.</td>
  65. </tr>
  66. <tr>
  67. <td class="name"><a href="class-Grpc.BaseStub.html">BaseStub</a></td>
  68. <td><p>Base class for generated client stubs. Stub methods are expected to call
  69. _simpleRequest or _streamRequest and return the result.</p></td>
  70. </tr>
  71. <tr>
  72. <td class="name"><a href="class-Grpc.BidiStreamingCall.html">BidiStreamingCall</a></td>
  73. <td><p>Represents an active call that allows for sending and recieving messages
  74. in streams in any order.</p></td>
  75. </tr>
  76. <tr>
  77. <td class="name"><a href="class-Grpc.ClientStreamingCall.html">ClientStreamingCall</a></td>
  78. <td><p>Represents an active call that sends a stream of messages and then gets
  79. a single response.</p></td>
  80. </tr>
  81. <tr>
  82. <td class="name"><a href="class-Grpc.ServerStreamingCall.html">ServerStreamingCall</a></td>
  83. <td><p>Represents an active call that sends a single message and then gets a
  84. stream of responses.</p></td>
  85. </tr>
  86. <tr>
  87. <td class="name"><a href="class-Grpc.UnaryCall.html">UnaryCall</a></td>
  88. <td><p>Represents an active call that sends a single message and then gets a
  89. single response.</p></td>
  90. </tr>
  91. </table>
  92. </div>
  93. <div id="footer">
  94. API documentation generated by <a href="http://apigen.org">ApiGen</a>
  95. </div>
  96. </div>
  97. </div>
  98. <script src="resources/combined.js?cd021bc814832c24a7cec5319ea03335bfba1caf"></script>
  99. <script src="elementlist.js?cf93b70b1d193f97eb89fd1473f4f7ebb98e18eb"></script>
  100. </body>
  101. </html>