mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
170 lines
22 KiB
HTML
170 lines
22 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: Slot.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/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></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 id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</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_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_44aff85a5b558cac9311bb222eb8fa78.html">peerfinder</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">peerfinder/Slot.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_PEERFINDER_SLOT_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_PEERFINDER_SLOT_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/beast/net/IPEndpoint.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/protocol/PublicKey.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a>></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span>PeerFinder {</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html"> 32</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1PeerFinder_1_1Slot.html">Slot</a></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#a1f281260a0f70450cf00c6231fb47653"> 35</a></span>  <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">ptr</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Slot></a>;</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe"> 37</a></span>  <span class="keyword">enum</span> <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">State</a> { <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54">accept</a>, <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2">connect</a>, <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded">connected</a>, <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57">active</a>, <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726">closing</a> };</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">virtual</span> <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#ab74dc02fff51cd2d959e40c3ad241772">~Slot</a>() = 0;</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#a2037b5bfb655be89f5b3c0ec3541864a">inbound</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#a49830f0b6511b04f30fbcacab8dee405">fixed</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#ab978acf7e9bf6cd5a59543b780e6bad4">reserved</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">virtual</span> <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">State</a></div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#a851a0fddcbf2d00f142723fb17acd40b">state</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">virtual</span> <a class="code" href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#a99a1d92137db70c5f5527c245c1901b9">remote_endpoint</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">virtual</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<beast::IP::Endpoint></a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#ab692b096774298a021a80352de06c5ca">local_endpoint</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">virtual</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::uint16_t></a></div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#ae60af6a775dcc8bbf6c54258edfe5f71">listening_port</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">virtual</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<PublicKey></a> <span class="keyword">const</span>&</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classripple_1_1PeerFinder_1_1Slot.html#a7e8bb02a7d348a3f9b8c871190cec4f3">public_key</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> };</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> } <span class="comment">// namespace PeerFinder</span></div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a851a0fddcbf2d00f142723fb17acd40b"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a851a0fddcbf2d00f142723fb17acd40b">ripple::PeerFinder::Slot::state</a></div><div class="ttdeci">virtual State state() const =0</div><div class="ttdoc">Returns the state of the connection.</div></div>
|
|
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac87de6c1eb1061049de480db7712dc54">ripple::PeerFinder::Slot::accept</a></div><div class="ttdeci">@ accept</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a49830f0b6511b04f30fbcacab8dee405"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a49830f0b6511b04f30fbcacab8dee405">ripple::PeerFinder::Slot::fixed</a></div><div class="ttdeci">virtual bool fixed() const =0</div><div class="ttdoc">Returns true if this is a fixed connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feac795f97229ae813282d51a668a48df57">ripple::PeerFinder::Slot::active</a></div><div class="ttdeci">@ active</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ab978acf7e9bf6cd5a59543b780e6bad4"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ab978acf7e9bf6cd5a59543b780e6bad4">ripple::PeerFinder::Slot::reserved</a></div><div class="ttdeci">virtual bool reserved() const =0</div><div class="ttdoc">Returns true if this is a reserved connection.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a99a1d92137db70c5f5527c245c1901b9"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a99a1d92137db70c5f5527c245c1901b9">ripple::PeerFinder::Slot::remote_endpoint</a></div><div class="ttdeci">virtual beast::IP::Endpoint const & remote_endpoint() const =0</div><div class="ttdoc">The remote endpoint of socket.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea488267e5b4e7d9c0602ed78161301ded">ripple::PeerFinder::Slot::connected</a></div><div class="ttdeci">@ connected</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fea6e8b8dbe8eae258de16200a7a3625726">ripple::PeerFinder::Slot::closing</a></div><div class="ttdeci">@ closing</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1fe"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1fe">ripple::PeerFinder::Slot::State</a></div><div class="ttdeci">State</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a7e8bb02a7d348a3f9b8c871190cec4f3"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a7e8bb02a7d348a3f9b8c871190cec4f3">ripple::PeerFinder::Slot::public_key</a></div><div class="ttdeci">virtual std::optional< PublicKey > const & public_key() const =0</div><div class="ttdoc">The peer's public key, when known.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_a2037b5bfb655be89f5b3c0ec3541864a"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#a2037b5bfb655be89f5b3c0ec3541864a">ripple::PeerFinder::Slot::inbound</a></div><div class="ttdeci">virtual bool inbound() const =0</div><div class="ttdoc">Returns true if this is an inbound connection.</div></div>
|
|
<div class="ttc" id="aclassbeast_1_1IP_1_1Endpoint_html"><div class="ttname"><a href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a></div><div class="ttdoc">A version-independent IP address and port combination.</div><div class="ttdef"><b>Definition:</b> <a href="IPEndpoint_8h_source.html#l00038">IPEndpoint.h:38</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ab692b096774298a021a80352de06c5ca"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ab692b096774298a021a80352de06c5ca">ripple::PeerFinder::Slot::local_endpoint</a></div><div class="ttdeci">virtual std::optional< beast::IP::Endpoint > const & local_endpoint() const =0</div><div class="ttdoc">The local endpoint of the socket, when known.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ab74dc02fff51cd2d959e40c3ad241772"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ab74dc02fff51cd2d959e40c3ad241772">ripple::PeerFinder::Slot::~Slot</a></div><div class="ttdeci">virtual ~Slot()=0</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_ae60af6a775dcc8bbf6c54258edfe5f71"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#ae60af6a775dcc8bbf6c54258edfe5f71">ripple::PeerFinder::Slot::listening_port</a></div><div class="ttdeci">virtual std::optional< std::uint16_t > listening_port() const =0</div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html_aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html#aef66a8665535aa45b5b8a628be9bc1feaabad7159e651d717b0c7d100c507d2b2">ripple::PeerFinder::Slot::connect</a></div><div class="ttdeci">@ connect</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00037">peerfinder/Slot.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Slot_html"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Slot.html">ripple::PeerFinder::Slot</a></div><div class="ttdoc">Properties and state associated with a peer to peer overlay connection.</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2Slot_8h_source.html#l00032">peerfinder/Slot.h:32</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|