blob: 9c430efc793936222070c0996a524210accd6f23 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>GRPC Core: src/core/iomgr/endpoint.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GRPC Core
&#160;<span id="projectnumber">0.10.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_aebb8dcc11953d78e620bbef0b9e2183.html">core</a></li><li class="navelem"><a class="el" href="dir_3f1a464cbd6442b4d6b6ee306c9b0460.html">iomgr</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">endpoint.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="endpoint_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright 2015, Google Inc.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * All rights reserved.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions are</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * met:</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * copyright notice, this list of conditions and the following disclaimer</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * in the documentation and/or other materials provided with the</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * distribution.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * * Neither the name of Google Inc. nor the names of its</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * contributors may be used to endorse or promote products derived from</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * this software without specific prior written permission.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#ifndef GRPC_INTERNAL_CORE_IOMGR_ENDPOINT_H</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define GRPC_INTERNAL_CORE_IOMGR_ENDPOINT_H</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="pollset_8h.html">src/core/iomgr/pollset.h</a>&quot;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="pollset__set_8h.html">src/core/iomgr/pollset_set.h</a>&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="slice_8h.html">grpc/support/slice.h</a>&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="time_8h.html">grpc/support/time.h</a>&gt;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment">/* An endpoint caps a streaming channel between two communicating processes.</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment"> Examples may be: a tcp socket, &lt;stdin+stdout&gt;, or some shared memory. */</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="endpoint_8h.html#ab0f168d17277b4b5a4d7842eec6ea3ea"> 45</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> <a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="endpoint_8h.html#accd077025fc138a98e048238d2efe1b9"> 46</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structgrpc__endpoint__vtable.html">grpc_endpoint_vtable</a> <a class="code" href="structgrpc__endpoint__vtable.html">grpc_endpoint_vtable</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae"> 48</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae">grpc_endpoint_cb_status</a> {</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea48c02072cce4fc7339c4236ea902407f"> 49</a></span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea48c02072cce4fc7339c4236ea902407f">GRPC_ENDPOINT_CB_OK</a> = 0, <span class="comment">/* Call completed successfully */</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea2e899c2c1f439bcacb80d720bf16b28a"> 50</a></span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea2e899c2c1f439bcacb80d720bf16b28a">GRPC_ENDPOINT_CB_EOF</a>, <span class="comment">/* Call completed successfully, end of file reached */</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea077a9b05808b8e3b0e2cf6ab4fe0ee37"> 51</a></span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea077a9b05808b8e3b0e2cf6ab4fe0ee37">GRPC_ENDPOINT_CB_SHUTDOWN</a>, <span class="comment">/* Call interrupted by shutdown */</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea56bdd1b428950ad6e54bf0ef4044ab8e"> 52</a></span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea56bdd1b428950ad6e54bf0ef4044ab8e">GRPC_ENDPOINT_CB_ERROR</a> <span class="comment">/* Call interrupted by socket error */</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;} <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae">grpc_endpoint_cb_status</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902"> 55</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902">grpc_endpoint_write_status</a> {</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902a9b592c54f22e5b3d4692aedf57b0a254"> 56</a></span>&#160; <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902a9b592c54f22e5b3d4692aedf57b0a254">GRPC_ENDPOINT_WRITE_DONE</a>, <span class="comment">/* completed immediately, cb won&#39;t be called */</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902aa3fdd3c500d6ed9c4d33687a80d37f09"> 57</a></span>&#160; <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902aa3fdd3c500d6ed9c4d33687a80d37f09">GRPC_ENDPOINT_WRITE_PENDING</a>, <span class="comment">/* cb will be called when completed */</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902ac6ee550584876eb6ecba8fa333133f8f"> 58</a></span>&#160; <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902ac6ee550584876eb6ecba8fa333133f8f">GRPC_ENDPOINT_WRITE_ERROR</a> <span class="comment">/* write errored out, cb won&#39;t be called */</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;} <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902">grpc_endpoint_write_status</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="endpoint_8h.html#adb689cc1f448569b81f46c8810b5a24c"> 61</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="endpoint_8h.html#adb689cc1f448569b81f46c8810b5a24c">grpc_endpoint_read_cb</a>)(<span class="keywordtype">void</span> *user_data, <a class="code" href="structgpr__slice.html">gpr_slice</a> *slices,</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">size_t</span> nslices,</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae">grpc_endpoint_cb_status</a> error);</div>
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="endpoint_8h.html#af2ca6ea84b9d91d443ba9a8a53e55f2a"> 64</a></span>&#160;<span class="keyword">typedef</span> void (*<a class="code" href="endpoint_8h.html#af2ca6ea84b9d91d443ba9a8a53e55f2a">grpc_endpoint_write_cb</a>)(<span class="keywordtype">void</span> *user_data,</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <a class="code" href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae">grpc_endpoint_cb_status</a> error);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html"> 67</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structgrpc__endpoint__vtable.html">grpc_endpoint_vtable</a> {</div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#a86466f2980bcc966d2aebdd5659570d2"> 68</a></span>&#160; void (*<a class="code" href="structgrpc__endpoint__vtable.html#a86466f2980bcc966d2aebdd5659570d2">notify_on_read</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="endpoint_8h.html#adb689cc1f448569b81f46c8810b5a24c">grpc_endpoint_read_cb</a> cb,</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keywordtype">void</span> *user_data);</div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#a5fca837fe96a08bfc514eb7579e23739"> 70</a></span>&#160; <a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902">grpc_endpoint_write_status</a> (*<a class="code" href="structgrpc__endpoint__vtable.html#a5fca837fe96a08bfc514eb7579e23739">write</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="structgpr__slice.html">gpr_slice</a> *slices,</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordtype">size_t</span> nslices, <a class="code" href="endpoint_8h.html#af2ca6ea84b9d91d443ba9a8a53e55f2a">grpc_endpoint_write_cb</a> cb,</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordtype">void</span> *user_data);</div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#ae2d638d92a090e190a73ba01f2b29556"> 73</a></span>&#160; void (*<a class="code" href="structgrpc__endpoint__vtable.html#ae2d638d92a090e190a73ba01f2b29556">add_to_pollset</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="structgrpc__pollset.html">grpc_pollset</a> *pollset);</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#ac276ecfd62bad184e1bed7eaa2674b3c"> 74</a></span>&#160; void (*<a class="code" href="structgrpc__endpoint__vtable.html#ac276ecfd62bad184e1bed7eaa2674b3c">add_to_pollset_set</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="structgrpc__pollset__set.html">grpc_pollset_set</a> *pollset);</div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#a1c3b42c8a439d6e741a84627815982d6"> 75</a></span>&#160; void (*<a class="code" href="structgrpc__endpoint__vtable.html#a1c3b42c8a439d6e741a84627815982d6">shutdown</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#af1c2694fdabae292bfef69c3adfd910c"> 76</a></span>&#160; void (*<a class="code" href="structgrpc__endpoint__vtable.html#af1c2694fdabae292bfef69c3adfd910c">destroy</a>)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structgrpc__endpoint__vtable.html#a01e48582c45e2e7033e344d253316911"> 77</a></span>&#160; <span class="keywordtype">char</span> *(*get_peer)(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;};</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="comment">/* When data is available on the connection, calls the callback with slices. */</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="keywordtype">void</span> <a class="code" href="endpoint_8h.html#abead7bb222b6e3f5a7004c8fb12821be">grpc_endpoint_notify_on_read</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="endpoint_8h.html#adb689cc1f448569b81f46c8810b5a24c">grpc_endpoint_read_cb</a> cb,</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordtype">void</span> *user_data);</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="endpoint_8h.html#a21e5c205829aaf48ae7d26b32fa00338">grpc_endpoint_get_peer</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment">/* Write slices out to the socket.</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment"> If the connection is ready for more data after the end of the call, it</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="comment"> returns GRPC_ENDPOINT_WRITE_DONE.</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="comment"> Otherwise it returns GRPC_ENDPOINT_WRITE_PENDING and calls cb when the</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="comment"> connection is ready for more data. */</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<a class="code" href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902">grpc_endpoint_write_status</a> <a class="code" href="endpoint_8h.html#a6cc5c4afb853d7204ad7b6bcbe8c95b0">grpc_endpoint_write</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep,</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="structgpr__slice.html">gpr_slice</a> *slices,</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keywordtype">size_t</span> nslices,</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <a class="code" href="endpoint_8h.html#af2ca6ea84b9d91d443ba9a8a53e55f2a">grpc_endpoint_write_cb</a> cb,</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keywordtype">void</span> *user_data);</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="comment">/* Causes any pending read/write callbacks to run immediately with</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="comment"> GRPC_ENDPOINT_CB_SHUTDOWN status */</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="keywordtype">void</span> <a class="code" href="endpoint_8h.html#a7fca699259b75cf0f685227a363765fa">grpc_endpoint_shutdown</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="keywordtype">void</span> <a class="code" href="endpoint_8h.html#a5b4b5f0b352955ec4f060c6b443408bd">grpc_endpoint_destroy</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep);</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="comment">/* Add an endpoint to a pollset, so that when the pollset is polled, events from</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="comment"> this endpoint are considered */</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="keywordtype">void</span> <a class="code" href="endpoint_8h.html#afe30ad16c4df2a5c80b9e73d2bce80e6">grpc_endpoint_add_to_pollset</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="structgrpc__pollset.html">grpc_pollset</a> *pollset);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="keywordtype">void</span> <a class="code" href="endpoint_8h.html#a7da8b1657895a121a59458dbdeb0e900">grpc_endpoint_add_to_pollset_set</a>(<a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> *ep, <a class="code" href="structgrpc__pollset__set.html">grpc_pollset_set</a> *pollset_set);</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="structgrpc__endpoint.html"> 108</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structgrpc__endpoint.html">grpc_endpoint</a> {</div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="structgrpc__endpoint.html#a3510963bb9fe2afd610189fa3a1f44c7"> 109</a></span>&#160; <span class="keyword">const</span> <a class="code" href="structgrpc__endpoint__vtable.html">grpc_endpoint_vtable</a> *<a class="code" href="structgrpc__endpoint.html#a3510963bb9fe2afd610189fa3a1f44c7">vtable</a>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;};</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* GRPC_INTERNAL_CORE_IOMGR_ENDPOINT_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_ae2d638d92a090e190a73ba01f2b29556"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#ae2d638d92a090e190a73ba01f2b29556">grpc_endpoint_vtable::add_to_pollset</a></div><div class="ttdeci">void(* add_to_pollset)(grpc_endpoint *ep, grpc_pollset *pollset)</div><div class="ttdef"><b>Definition:</b> endpoint.h:73</div></div>
<div class="ttc" id="endpoint_8h_html_abfb8e299371be52c109912cda9dbe902a9b592c54f22e5b3d4692aedf57b0a254"><div class="ttname"><a href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902a9b592c54f22e5b3d4692aedf57b0a254">GRPC_ENDPOINT_WRITE_DONE</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:56</div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_a1c3b42c8a439d6e741a84627815982d6"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#a1c3b42c8a439d6e741a84627815982d6">grpc_endpoint_vtable::shutdown</a></div><div class="ttdeci">void(* shutdown)(grpc_endpoint *ep)</div><div class="ttdef"><b>Definition:</b> endpoint.h:75</div></div>
<div class="ttc" id="endpoint_8h_html_abb88e72ffe7908c2def55fea24d321ae"><div class="ttname"><a href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321ae">grpc_endpoint_cb_status</a></div><div class="ttdeci">grpc_endpoint_cb_status</div><div class="ttdef"><b>Definition:</b> endpoint.h:48</div></div>
<div class="ttc" id="time_8h_html"><div class="ttname"><a href="time_8h.html">time.h</a></div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_ac276ecfd62bad184e1bed7eaa2674b3c"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#ac276ecfd62bad184e1bed7eaa2674b3c">grpc_endpoint_vtable::add_to_pollset_set</a></div><div class="ttdeci">void(* add_to_pollset_set)(grpc_endpoint *ep, grpc_pollset_set *pollset)</div><div class="ttdef"><b>Definition:</b> endpoint.h:74</div></div>
<div class="ttc" id="endpoint_8h_html_abfb8e299371be52c109912cda9dbe902"><div class="ttname"><a href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902">grpc_endpoint_write_status</a></div><div class="ttdeci">grpc_endpoint_write_status</div><div class="ttdef"><b>Definition:</b> endpoint.h:55</div></div>
<div class="ttc" id="endpoint_8h_html_a6cc5c4afb853d7204ad7b6bcbe8c95b0"><div class="ttname"><a href="endpoint_8h.html#a6cc5c4afb853d7204ad7b6bcbe8c95b0">grpc_endpoint_write</a></div><div class="ttdeci">grpc_endpoint_write_status grpc_endpoint_write(grpc_endpoint *ep, gpr_slice *slices, size_t nslices, grpc_endpoint_write_cb cb, void *user_data)</div><div class="ttdef"><b>Definition:</b> endpoint.c:41</div></div>
<div class="ttc" id="endpoint_8h_html_a5b4b5f0b352955ec4f060c6b443408bd"><div class="ttname"><a href="endpoint_8h.html#a5b4b5f0b352955ec4f060c6b443408bd">grpc_endpoint_destroy</a></div><div class="ttdeci">void grpc_endpoint_destroy(grpc_endpoint *ep)</div><div class="ttdef"><b>Definition:</b> endpoint.c:59</div></div>
<div class="ttc" id="pollset_8h_html"><div class="ttname"><a href="pollset_8h.html">pollset.h</a></div></div>
<div class="ttc" id="endpoint_8h_html_a21e5c205829aaf48ae7d26b32fa00338"><div class="ttname"><a href="endpoint_8h.html#a21e5c205829aaf48ae7d26b32fa00338">grpc_endpoint_get_peer</a></div><div class="ttdeci">char * grpc_endpoint_get_peer(grpc_endpoint *ep)</div><div class="ttdef"><b>Definition:</b> endpoint.c:61</div></div>
<div class="ttc" id="endpoint_8h_html_abb88e72ffe7908c2def55fea24d321aea2e899c2c1f439bcacb80d720bf16b28a"><div class="ttname"><a href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea2e899c2c1f439bcacb80d720bf16b28a">GRPC_ENDPOINT_CB_EOF</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:50</div></div>
<div class="ttc" id="endpoint_8h_html_abfb8e299371be52c109912cda9dbe902aa3fdd3c500d6ed9c4d33687a80d37f09"><div class="ttname"><a href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902aa3fdd3c500d6ed9c4d33687a80d37f09">GRPC_ENDPOINT_WRITE_PENDING</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:57</div></div>
<div class="ttc" id="endpoint_8h_html_abead7bb222b6e3f5a7004c8fb12821be"><div class="ttname"><a href="endpoint_8h.html#abead7bb222b6e3f5a7004c8fb12821be">grpc_endpoint_notify_on_read</a></div><div class="ttdeci">void grpc_endpoint_notify_on_read(grpc_endpoint *ep, grpc_endpoint_read_cb cb, void *user_data)</div><div class="ttdef"><b>Definition:</b> endpoint.c:36</div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_a5fca837fe96a08bfc514eb7579e23739"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#a5fca837fe96a08bfc514eb7579e23739">grpc_endpoint_vtable::write</a></div><div class="ttdeci">grpc_endpoint_write_status(* write)(grpc_endpoint *ep, gpr_slice *slices, size_t nslices, grpc_endpoint_write_cb cb, void *user_data)</div><div class="ttdef"><b>Definition:</b> endpoint.h:70</div></div>
<div class="ttc" id="structgrpc__pollset_html"><div class="ttname"><a href="structgrpc__pollset.html">grpc_pollset</a></div><div class="ttdef"><b>Definition:</b> pollset_posix.h:48</div></div>
<div class="ttc" id="structgrpc__endpoint_html_a3510963bb9fe2afd610189fa3a1f44c7"><div class="ttname"><a href="structgrpc__endpoint.html#a3510963bb9fe2afd610189fa3a1f44c7">grpc_endpoint::vtable</a></div><div class="ttdeci">const grpc_endpoint_vtable * vtable</div><div class="ttdef"><b>Definition:</b> endpoint.h:109</div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html"><div class="ttname"><a href="structgrpc__endpoint__vtable.html">grpc_endpoint_vtable</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:67</div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_a86466f2980bcc966d2aebdd5659570d2"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#a86466f2980bcc966d2aebdd5659570d2">grpc_endpoint_vtable::notify_on_read</a></div><div class="ttdeci">void(* notify_on_read)(grpc_endpoint *ep, grpc_endpoint_read_cb cb, void *user_data)</div><div class="ttdef"><b>Definition:</b> endpoint.h:68</div></div>
<div class="ttc" id="endpoint_8h_html_abb88e72ffe7908c2def55fea24d321aea077a9b05808b8e3b0e2cf6ab4fe0ee37"><div class="ttname"><a href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea077a9b05808b8e3b0e2cf6ab4fe0ee37">GRPC_ENDPOINT_CB_SHUTDOWN</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:51</div></div>
<div class="ttc" id="endpoint_8h_html_a7da8b1657895a121a59458dbdeb0e900"><div class="ttname"><a href="endpoint_8h.html#a7da8b1657895a121a59458dbdeb0e900">grpc_endpoint_add_to_pollset_set</a></div><div class="ttdeci">void grpc_endpoint_add_to_pollset_set(grpc_endpoint *ep, grpc_pollset_set *pollset_set)</div><div class="ttdef"><b>Definition:</b> endpoint.c:53</div></div>
<div class="ttc" id="structgrpc__endpoint__vtable_html_af1c2694fdabae292bfef69c3adfd910c"><div class="ttname"><a href="structgrpc__endpoint__vtable.html#af1c2694fdabae292bfef69c3adfd910c">grpc_endpoint_vtable::destroy</a></div><div class="ttdeci">void(* destroy)(grpc_endpoint *ep)</div><div class="ttdef"><b>Definition:</b> endpoint.h:76</div></div>
<div class="ttc" id="endpoint_8h_html_adb689cc1f448569b81f46c8810b5a24c"><div class="ttname"><a href="endpoint_8h.html#adb689cc1f448569b81f46c8810b5a24c">grpc_endpoint_read_cb</a></div><div class="ttdeci">void(* grpc_endpoint_read_cb)(void *user_data, gpr_slice *slices, size_t nslices, grpc_endpoint_cb_status error)</div><div class="ttdef"><b>Definition:</b> endpoint.h:61</div></div>
<div class="ttc" id="endpoint_8h_html_afe30ad16c4df2a5c80b9e73d2bce80e6"><div class="ttname"><a href="endpoint_8h.html#afe30ad16c4df2a5c80b9e73d2bce80e6">grpc_endpoint_add_to_pollset</a></div><div class="ttdeci">void grpc_endpoint_add_to_pollset(grpc_endpoint *ep, grpc_pollset *pollset)</div><div class="ttdef"><b>Definition:</b> endpoint.c:49</div></div>
<div class="ttc" id="slice_8h_html"><div class="ttname"><a href="slice_8h.html">slice.h</a></div></div>
<div class="ttc" id="endpoint_8h_html_abfb8e299371be52c109912cda9dbe902ac6ee550584876eb6ecba8fa333133f8f"><div class="ttname"><a href="endpoint_8h.html#abfb8e299371be52c109912cda9dbe902ac6ee550584876eb6ecba8fa333133f8f">GRPC_ENDPOINT_WRITE_ERROR</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:58</div></div>
<div class="ttc" id="structgrpc__endpoint_html"><div class="ttname"><a href="structgrpc__endpoint.html">grpc_endpoint</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:108</div></div>
<div class="ttc" id="pollset__set_8h_html"><div class="ttname"><a href="pollset__set_8h.html">pollset_set.h</a></div></div>
<div class="ttc" id="endpoint_8h_html_abb88e72ffe7908c2def55fea24d321aea56bdd1b428950ad6e54bf0ef4044ab8e"><div class="ttname"><a href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea56bdd1b428950ad6e54bf0ef4044ab8e">GRPC_ENDPOINT_CB_ERROR</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:52</div></div>
<div class="ttc" id="endpoint_8h_html_abb88e72ffe7908c2def55fea24d321aea48c02072cce4fc7339c4236ea902407f"><div class="ttname"><a href="endpoint_8h.html#abb88e72ffe7908c2def55fea24d321aea48c02072cce4fc7339c4236ea902407f">GRPC_ENDPOINT_CB_OK</a></div><div class="ttdef"><b>Definition:</b> endpoint.h:49</div></div>
<div class="ttc" id="endpoint_8h_html_af2ca6ea84b9d91d443ba9a8a53e55f2a"><div class="ttname"><a href="endpoint_8h.html#af2ca6ea84b9d91d443ba9a8a53e55f2a">grpc_endpoint_write_cb</a></div><div class="ttdeci">void(* grpc_endpoint_write_cb)(void *user_data, grpc_endpoint_cb_status error)</div><div class="ttdef"><b>Definition:</b> endpoint.h:64</div></div>
<div class="ttc" id="structgrpc__pollset__set_html"><div class="ttname"><a href="structgrpc__pollset__set.html">grpc_pollset_set</a></div><div class="ttdef"><b>Definition:</b> pollset_set_posix.h:40</div></div>
<div class="ttc" id="endpoint_8h_html_a7fca699259b75cf0f685227a363765fa"><div class="ttname"><a href="endpoint_8h.html#a7fca699259b75cf0f685227a363765fa">grpc_endpoint_shutdown</a></div><div class="ttdeci">void grpc_endpoint_shutdown(grpc_endpoint *ep)</div><div class="ttdef"><b>Definition:</b> endpoint.c:57</div></div>
<div class="ttc" id="structgpr__slice_html"><div class="ttname"><a href="structgpr__slice.html">gpr_slice</a></div><div class="ttdef"><b>Definition:</b> slice.h:79</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 5 2015 08:17:07 for GRPC Core by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>