grpc.framework.interfaces.links.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>grpc.framework.interfaces.links package &mdash; grpcio 0.13.1rc1 documentation</title>
  8. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  9. <link rel="top" title="grpcio 0.13.1rc1 documentation" href="index.html"/>
  10. <link rel="up" title="grpc.framework.interfaces package" href="grpc.framework.interfaces.html"/>
  11. <link rel="prev" title="grpc.framework.interfaces.face package" href="grpc.framework.interfaces.face.html"/>
  12. <script src="_static/js/modernizr.min.js"></script>
  13. </head>
  14. <body class="wy-body-for-nav" role="document">
  15. <div class="wy-grid-for-nav">
  16. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  17. <div class="wy-side-scroll">
  18. <div class="wy-side-nav-search">
  19. <a href="index.html" class="icon icon-home"> grpcio
  20. </a>
  21. <div class="version">
  22. 0.13.1rc1
  23. </div>
  24. <div role="search">
  25. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  26. <input type="text" name="q" placeholder="Search docs" />
  27. <input type="hidden" name="check_keywords" value="yes" />
  28. <input type="hidden" name="area" value="default" />
  29. </form>
  30. </div>
  31. </div>
  32. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  33. <ul class="current">
  34. <li class="toctree-l1 current"><a class="reference internal" href="grpc.html">grpc package</a><ul class="current">
  35. <li class="toctree-l2 current"><a class="reference internal" href="grpc.html#subpackages">Subpackages</a><ul class="current">
  36. <li class="toctree-l3"><a class="reference internal" href="grpc.beta.html">grpc.beta package</a></li>
  37. <li class="toctree-l3"><a class="reference internal" href="grpc.early_adopter.html">grpc.early_adopter package</a></li>
  38. <li class="toctree-l3 current"><a class="reference internal" href="grpc.framework.html">grpc.framework package</a><ul class="current">
  39. <li class="toctree-l4 current"><a class="reference internal" href="grpc.framework.html#subpackages">Subpackages</a></li>
  40. <li class="toctree-l4"><a class="reference internal" href="grpc.framework.html#module-grpc.framework">Module contents</a></li>
  41. </ul>
  42. </li>
  43. </ul>
  44. </li>
  45. <li class="toctree-l2"><a class="reference internal" href="grpc.html#module-grpc">Module contents</a></li>
  46. </ul>
  47. </li>
  48. </ul>
  49. </div>
  50. </div>
  51. </nav>
  52. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  53. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  54. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  55. <a href="index.html">grpcio</a>
  56. </nav>
  57. <div class="wy-nav-content">
  58. <div class="rst-content">
  59. <div role="navigation" aria-label="breadcrumbs navigation">
  60. <ul class="wy-breadcrumbs">
  61. <li><a href="index.html">Docs</a> &raquo;</li>
  62. <li><a href="grpc.html">grpc package</a> &raquo;</li>
  63. <li><a href="grpc.framework.html">grpc.framework package</a> &raquo;</li>
  64. <li><a href="grpc.framework.interfaces.html">grpc.framework.interfaces package</a> &raquo;</li>
  65. <li>grpc.framework.interfaces.links package</li>
  66. <li class="wy-breadcrumbs-aside">
  67. <a href="_sources/grpc.framework.interfaces.links.txt" rel="nofollow"> View page source</a>
  68. </li>
  69. </ul>
  70. <hr/>
  71. </div>
  72. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  73. <div itemprop="articleBody">
  74. <div class="section" id="grpc-framework-interfaces-links-package">
  75. <h1>grpc.framework.interfaces.links package<a class="headerlink" href="#grpc-framework-interfaces-links-package" title="Permalink to this headline">¶</a></h1>
  76. <div class="section" id="submodules">
  77. <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
  78. </div>
  79. <div class="section" id="module-grpc.framework.interfaces.links.links">
  80. <span id="grpc-framework-interfaces-links-links-module"></span><h2>grpc.framework.interfaces.links.links module<a class="headerlink" href="#module-grpc.framework.interfaces.links.links" title="Permalink to this headline">¶</a></h2>
  81. <p>The low-level ticket-exchanging-links interface of RPC Framework.</p>
  82. <dl class="class">
  83. <dt id="grpc.framework.interfaces.links.links.Link">
  84. <em class="property">class </em><code class="descclassname">grpc.framework.interfaces.links.links.</code><code class="descname">Link</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Link"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Link" title="Permalink to this definition">¶</a></dt>
  85. <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
  86. <p>Accepts and emits tickets.</p>
  87. <dl class="method">
  88. <dt id="grpc.framework.interfaces.links.links.Link.accept_ticket">
  89. <code class="descname">accept_ticket</code><span class="sig-paren">(</span><em>ticket</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Link.accept_ticket"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Link.accept_ticket" title="Permalink to this definition">¶</a></dt>
  90. <dd><p>Accept a Ticket.</p>
  91. <table class="docutils field-list" frame="void" rules="none">
  92. <col class="field-name" />
  93. <col class="field-body" />
  94. <tbody valign="top">
  95. <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>ticket</strong> &#8211; Any Ticket.</td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. </dd></dl>
  100. <dl class="method">
  101. <dt id="grpc.framework.interfaces.links.links.Link.join_link">
  102. <code class="descname">join_link</code><span class="sig-paren">(</span><em>link</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Link.join_link"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Link.join_link" title="Permalink to this definition">¶</a></dt>
  103. <dd><p>Mates this object with a peer with which it will exchange tickets.</p>
  104. </dd></dl>
  105. </dd></dl>
  106. <dl class="class">
  107. <dt id="grpc.framework.interfaces.links.links.Protocol">
  108. <em class="property">class </em><code class="descclassname">grpc.framework.interfaces.links.links.</code><code class="descname">Protocol</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Protocol"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol" title="Permalink to this definition">¶</a></dt>
  109. <dd><p>Bases: <a class="reference internal" href="#grpc.framework.interfaces.links.links.Protocol" title="grpc.framework.interfaces.links.links.Protocol"><code class="xref py py-class docutils literal"><span class="pre">grpc.framework.interfaces.links.links.Protocol</span></code></a></p>
  110. <p>A sum type for handles to a system that transmits tickets.</p>
  111. <dl class="attribute">
  112. <dt id="grpc.framework.interfaces.links.links.Protocol.kind">
  113. <code class="descname">kind</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.kind" title="Permalink to this definition">¶</a></dt>
  114. <dd><p>A Kind value identifying the kind of value being passed.</p>
  115. </dd></dl>
  116. <dl class="attribute">
  117. <dt id="grpc.framework.interfaces.links.links.Protocol.value">
  118. <code class="descname">value</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.value" title="Permalink to this definition">¶</a></dt>
  119. <dd><p>The value being passed between the high-level application and the
  120. system affording ticket transport.</p>
  121. </dd></dl>
  122. <dl class="class">
  123. <dt id="grpc.framework.interfaces.links.links.Protocol.Kind">
  124. <em class="property">class </em><code class="descname">Kind</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Protocol.Kind"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.Kind" title="Permalink to this definition">¶</a></dt>
  125. <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p>
  126. <dl class="attribute">
  127. <dt id="grpc.framework.interfaces.links.links.Protocol.Kind.CALL_OPTION">
  128. <code class="descname">CALL_OPTION</code><em class="property"> = &lt;Kind.CALL_OPTION: 'call option'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.Kind.CALL_OPTION" title="Permalink to this definition">¶</a></dt>
  129. <dd></dd></dl>
  130. <dl class="attribute">
  131. <dt id="grpc.framework.interfaces.links.links.Protocol.Kind.INVOCATION_CONTEXT">
  132. <code class="descname">INVOCATION_CONTEXT</code><em class="property"> = &lt;Kind.INVOCATION_CONTEXT: 'invocation context'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.Kind.INVOCATION_CONTEXT" title="Permalink to this definition">¶</a></dt>
  133. <dd></dd></dl>
  134. <dl class="attribute">
  135. <dt id="grpc.framework.interfaces.links.links.Protocol.Kind.SERVICER_CONTEXT">
  136. <code class="descname">SERVICER_CONTEXT</code><em class="property"> = &lt;Kind.SERVICER_CONTEXT: 'servicer context'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Protocol.Kind.SERVICER_CONTEXT" title="Permalink to this definition">¶</a></dt>
  137. <dd></dd></dl>
  138. </dd></dl>
  139. </dd></dl>
  140. <dl class="class">
  141. <dt id="grpc.framework.interfaces.links.links.Ticket">
  142. <em class="property">class </em><code class="descclassname">grpc.framework.interfaces.links.links.</code><code class="descname">Ticket</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Ticket"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket" title="Permalink to this definition">¶</a></dt>
  143. <dd><p>Bases: <a class="reference internal" href="#grpc.framework.interfaces.links.links.Ticket" title="grpc.framework.interfaces.links.links.Ticket"><code class="xref py py-class docutils literal"><span class="pre">grpc.framework.interfaces.links.links.Ticket</span></code></a></p>
  144. <p>A sum type for all values sent from a front to a back.</p>
  145. <dl class="attribute">
  146. <dt id="grpc.framework.interfaces.links.links.Ticket.operation_id">
  147. <code class="descname">operation_id</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.operation_id" title="Permalink to this definition">¶</a></dt>
  148. <dd><p>A unique-with-respect-to-equality hashable object identifying
  149. a particular operation.</p>
  150. </dd></dl>
  151. <dl class="attribute">
  152. <dt id="grpc.framework.interfaces.links.links.Ticket.sequence_number">
  153. <code class="descname">sequence_number</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.sequence_number" title="Permalink to this definition">¶</a></dt>
  154. <dd><p>A zero-indexed integer sequence number identifying the
  155. ticket&#8217;s place in the stream of tickets sent in one direction for the
  156. particular operation.</p>
  157. </dd></dl>
  158. <dl class="attribute">
  159. <dt id="grpc.framework.interfaces.links.links.Ticket.group">
  160. <code class="descname">group</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.group" title="Permalink to this definition">¶</a></dt>
  161. <dd><p>The group to which the method of the operation belongs. Must be
  162. present in the first ticket from invocation side to service side. Ignored
  163. for all other tickets exchanged during the operation.</p>
  164. </dd></dl>
  165. <dl class="attribute">
  166. <dt id="grpc.framework.interfaces.links.links.Ticket.method">
  167. <code class="descname">method</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.method" title="Permalink to this definition">¶</a></dt>
  168. <dd><p>The name of an operation. Must be present in the first ticket from
  169. invocation side to service side. Ignored for all other tickets exchanged
  170. during the operation.</p>
  171. </dd></dl>
  172. <dl class="attribute">
  173. <dt id="grpc.framework.interfaces.links.links.Ticket.subscription">
  174. <code class="descname">subscription</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.subscription" title="Permalink to this definition">¶</a></dt>
  175. <dd><p>A Subscription value describing the interest one side has in
  176. receiving information from the other side. Must be present in the first
  177. ticket from either side. Ignored for all other tickets exchanged during
  178. the operation.</p>
  179. </dd></dl>
  180. <dl class="attribute">
  181. <dt id="grpc.framework.interfaces.links.links.Ticket.timeout">
  182. <code class="descname">timeout</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.timeout" title="Permalink to this definition">¶</a></dt>
  183. <dd><p>A nonzero length of time (measured from the beginning of the
  184. operation) to allow for the entire operation. Must be present in the first
  185. ticket from invocation side to service side. Optional for all other
  186. tickets exchanged during the operation. Receipt of a value from the other
  187. side of the operation indicates the value in use by that side. Setting a
  188. value on a later ticket allows either side to request time extensions (or
  189. even time reductions!) on in-progress operations.</p>
  190. </dd></dl>
  191. <dl class="attribute">
  192. <dt id="grpc.framework.interfaces.links.links.Ticket.allowance">
  193. <code class="descname">allowance</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.allowance" title="Permalink to this definition">¶</a></dt>
  194. <dd><p>A positive integer granting permission for a number of payloads
  195. to be transmitted to the communicating side of the operation, or None if
  196. no additional allowance is being granted with this ticket.</p>
  197. </dd></dl>
  198. <dl class="attribute">
  199. <dt id="grpc.framework.interfaces.links.links.Ticket.initial_metadata">
  200. <code class="descname">initial_metadata</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.initial_metadata" title="Permalink to this definition">¶</a></dt>
  201. <dd><p>An optional metadata value communicated from one side to
  202. the other at the beginning of the operation. May be non-None in at most
  203. one ticket from each side. Any non-None value must appear no later than
  204. the first payload value.</p>
  205. </dd></dl>
  206. <dl class="attribute">
  207. <dt id="grpc.framework.interfaces.links.links.Ticket.payload">
  208. <code class="descname">payload</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.payload" title="Permalink to this definition">¶</a></dt>
  209. <dd><p>A customer payload object. May be None.</p>
  210. </dd></dl>
  211. <dl class="attribute">
  212. <dt id="grpc.framework.interfaces.links.links.Ticket.terminal_metadata">
  213. <code class="descname">terminal_metadata</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.terminal_metadata" title="Permalink to this definition">¶</a></dt>
  214. <dd><p>A metadata value comminicated from one side to the other
  215. at the end of the operation. May be non-None in the same ticket as
  216. the code and message, but must be None for all earlier tickets.</p>
  217. </dd></dl>
  218. <dl class="attribute">
  219. <dt id="grpc.framework.interfaces.links.links.Ticket.code">
  220. <code class="descname">code</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.code" title="Permalink to this definition">¶</a></dt>
  221. <dd><p>A value communicated at operation completion. May be None.</p>
  222. </dd></dl>
  223. <dl class="attribute">
  224. <dt id="grpc.framework.interfaces.links.links.Ticket.message">
  225. <code class="descname">message</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.message" title="Permalink to this definition">¶</a></dt>
  226. <dd><p>A value communicated at operation completion. May be None.</p>
  227. </dd></dl>
  228. <dl class="attribute">
  229. <dt id="grpc.framework.interfaces.links.links.Ticket.termination">
  230. <code class="descname">termination</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.termination" title="Permalink to this definition">¶</a></dt>
  231. <dd><p>A Termination value describing the end of the operation, or
  232. None if the operation has not yet terminated. If set, no further tickets
  233. may be sent in the same direction.</p>
  234. </dd></dl>
  235. <dl class="attribute">
  236. <dt id="grpc.framework.interfaces.links.links.Ticket.protocol">
  237. <code class="descname">protocol</code><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.protocol" title="Permalink to this definition">¶</a></dt>
  238. <dd><p>A Protocol value or None, with further semantics being a matter
  239. between high-level application and underlying ticket transport.</p>
  240. </dd></dl>
  241. <dl class="class">
  242. <dt id="grpc.framework.interfaces.links.links.Ticket.Subscription">
  243. <em class="property">class </em><code class="descname">Subscription</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Ticket.Subscription"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Subscription" title="Permalink to this definition">¶</a></dt>
  244. <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p>
  245. <p>Identifies the level of subscription of a side of an operation.</p>
  246. <dl class="attribute">
  247. <dt id="grpc.framework.interfaces.links.links.Ticket.Subscription.FULL">
  248. <code class="descname">FULL</code><em class="property"> = &lt;Subscription.FULL: 'full'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Subscription.FULL" title="Permalink to this definition">¶</a></dt>
  249. <dd></dd></dl>
  250. <dl class="attribute">
  251. <dt id="grpc.framework.interfaces.links.links.Ticket.Subscription.NONE">
  252. <code class="descname">NONE</code><em class="property"> = &lt;Subscription.NONE: 'none'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Subscription.NONE" title="Permalink to this definition">¶</a></dt>
  253. <dd></dd></dl>
  254. <dl class="attribute">
  255. <dt id="grpc.framework.interfaces.links.links.Ticket.Subscription.TERMINATION">
  256. <code class="descname">TERMINATION</code><em class="property"> = &lt;Subscription.TERMINATION: 'termination'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Subscription.TERMINATION" title="Permalink to this definition">¶</a></dt>
  257. <dd></dd></dl>
  258. </dd></dl>
  259. <dl class="class">
  260. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination">
  261. <em class="property">class </em><code class="descclassname">Ticket.</code><code class="descname">Termination</code><a class="reference internal" href="_modules/grpc/framework/interfaces/links/links.html#Ticket.Termination"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination" title="Permalink to this definition">¶</a></dt>
  262. <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p>
  263. <p>Identifies the termination of an operation.</p>
  264. <dl class="attribute">
  265. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.CANCELLATION">
  266. <code class="descname">CANCELLATION</code><em class="property"> = &lt;Termination.CANCELLATION: 'cancellation'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.CANCELLATION" title="Permalink to this definition">¶</a></dt>
  267. <dd></dd></dl>
  268. <dl class="attribute">
  269. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.COMPLETION">
  270. <code class="descname">COMPLETION</code><em class="property"> = &lt;Termination.COMPLETION: 'completion'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.COMPLETION" title="Permalink to this definition">¶</a></dt>
  271. <dd></dd></dl>
  272. <dl class="attribute">
  273. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.EXPIRATION">
  274. <code class="descname">EXPIRATION</code><em class="property"> = &lt;Termination.EXPIRATION: 'expiration'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.EXPIRATION" title="Permalink to this definition">¶</a></dt>
  275. <dd></dd></dl>
  276. <dl class="attribute">
  277. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.LOCAL_FAILURE">
  278. <code class="descname">LOCAL_FAILURE</code><em class="property"> = &lt;Termination.LOCAL_FAILURE: 'local failure'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.LOCAL_FAILURE" title="Permalink to this definition">¶</a></dt>
  279. <dd></dd></dl>
  280. <dl class="attribute">
  281. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.RECEPTION_FAILURE">
  282. <code class="descname">RECEPTION_FAILURE</code><em class="property"> = &lt;Termination.RECEPTION_FAILURE: 'reception failure'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.RECEPTION_FAILURE" title="Permalink to this definition">¶</a></dt>
  283. <dd></dd></dl>
  284. <dl class="attribute">
  285. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.REMOTE_FAILURE">
  286. <code class="descname">REMOTE_FAILURE</code><em class="property"> = &lt;Termination.REMOTE_FAILURE: 'remote failure'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.REMOTE_FAILURE" title="Permalink to this definition">¶</a></dt>
  287. <dd></dd></dl>
  288. <dl class="attribute">
  289. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.SHUTDOWN">
  290. <code class="descname">SHUTDOWN</code><em class="property"> = &lt;Termination.SHUTDOWN: 'shutdown'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.SHUTDOWN" title="Permalink to this definition">¶</a></dt>
  291. <dd></dd></dl>
  292. <dl class="attribute">
  293. <dt id="grpc.framework.interfaces.links.links.Ticket.Termination.TRANSMISSION_FAILURE">
  294. <code class="descname">TRANSMISSION_FAILURE</code><em class="property"> = &lt;Termination.TRANSMISSION_FAILURE: 'transmission failure'&gt;</em><a class="headerlink" href="#grpc.framework.interfaces.links.links.Ticket.Termination.TRANSMISSION_FAILURE" title="Permalink to this definition">¶</a></dt>
  295. <dd></dd></dl>
  296. </dd></dl>
  297. </dd></dl>
  298. </div>
  299. <div class="section" id="module-grpc.framework.interfaces.links.utilities">
  300. <span id="grpc-framework-interfaces-links-utilities-module"></span><h2>grpc.framework.interfaces.links.utilities module<a class="headerlink" href="#module-grpc.framework.interfaces.links.utilities" title="Permalink to this headline">¶</a></h2>
  301. <p>Utilities provided as part of the links interface.</p>
  302. </div>
  303. <div class="section" id="module-grpc.framework.interfaces.links">
  304. <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-grpc.framework.interfaces.links" title="Permalink to this headline">¶</a></h2>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <footer>
  310. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  311. <a href="grpc.framework.interfaces.face.html" class="btn btn-neutral" title="grpc.framework.interfaces.face package" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  312. </div>
  313. <hr/>
  314. <div role="contentinfo">
  315. <p>
  316. &copy; Copyright 2016, Author.
  317. </p>
  318. </div>
  319. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  320. </footer>
  321. </div>
  322. </div>
  323. </section>
  324. </div>
  325. <script type="text/javascript">
  326. var DOCUMENTATION_OPTIONS = {
  327. URL_ROOT:'./',
  328. VERSION:'0.13.1rc1',
  329. COLLAPSE_INDEX:false,
  330. FILE_SUFFIX:'.html',
  331. HAS_SOURCE: true
  332. };
  333. </script>
  334. <script type="text/javascript" src="_static/jquery.js"></script>
  335. <script type="text/javascript" src="_static/underscore.js"></script>
  336. <script type="text/javascript" src="_static/doctools.js"></script>
  337. <script type="text/javascript" src="_static/js/theme.js"></script>
  338. <script type="text/javascript">
  339. jQuery(function () {
  340. SphinxRtdTheme.StickyNav.enable();
  341. });
  342. </script>
  343. </body>
  344. </html>