mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
191 lines
26 KiB
HTML
191 lines
26 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: SSLWSPeer.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_80c35e8ddb2dc186c009e0af0763187b.html">server</a></li><li class="navelem"><a class="el" href="dir_7246a9c65fcef65657f13ac0fbd0871b.html">impl</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">SSLWSPeer.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_SERVER_SSLWSPEER_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_SERVER_SSLWSPEER_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/server/WSSession.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/server/impl/BaseHTTPPeer.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <boost/asio/ip/tcp.hpp></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <boost/asio/ssl/context.hpp></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <boost/asio/ssl/stream.hpp></span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <boost/beast/core/tcp_stream.hpp></span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <boost/beast/ssl/ssl_stream.hpp></span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <boost/beast/websocket/ssl.hpp></span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</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="l00032"></a><span class="lineno"> 32</span>  </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">template</span> <<span class="keyword">class</span> Handler></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html"> 36</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1SSLWSPeer.html">SSLWSPeer</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1BaseWSPeer.html">BaseWSPeer</a><Handler, SSLWSPeer<Handler>>,</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keyword">public</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</a><SSLWSPeer<Handler>></div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> {</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#abdaeef3270adf4ef7b64f9e4fc7688fd"> 39</a></span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classripple_1_1BasePeer.html">BasePeer</a><Handler, <a class="code" href="classripple_1_1SSLWSPeer.html">SSLWSPeer</a>>;</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a1090c67bfa833530215424cda6c82860"> 40</a></span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classripple_1_1BaseWSPeer.html">BaseWSPeer</a><Handler, <a class="code" href="classripple_1_1SSLWSPeer.html">SSLWSPeer</a>>;</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#ab378343cf70bf35c248762d31cf6094d"> 42</a></span>  <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/system_clock.html">clock_type</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/system_clock.html">std::chrono::system_clock</a>;</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#aa6f2bccfec303c52d590d422cfb8d71c"> 43</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1SSLWSPeer.html#aa6f2bccfec303c52d590d422cfb8d71c">error_code</a> = boost::system::error_code;</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a81f6c16a826a0889e7491b3e7f3d9d74"> 44</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1SSLWSPeer.html#a81f6c16a826a0889e7491b3e7f3d9d74">endpoint_type</a> = boost::asio::ip::tcp::endpoint;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a67d555feb28ca52e3afb48a4b8e3fbf4"> 45</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1SSLWSPeer.html#a67d555feb28ca52e3afb48a4b8e3fbf4">socket_type</a> = boost::beast::tcp_stream;</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a37ef59f3ed9883a9019577cad57debd9"> 46</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1SSLWSPeer.html#a37ef59f3ed9883a9019577cad57debd9">stream_type</a> = boost::beast::ssl_stream<socket_type>;</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#ae24e8b72e2546b308ae12045474e35a2"> 47</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1SSLWSPeer.html#ae24e8b72e2546b308ae12045474e35a2">waitable_timer</a> = boost::asio::basic_waitable_timer<clock_type>;</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a52ec3f49deca43ee1d5edaf220f4786a"> 49</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<stream_type></a> <a class="code" href="classripple_1_1SSLWSPeer.html#a52ec3f49deca43ee1d5edaf220f4786a">stream_ptr_</a>;</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a0dea5585c59f8ca910f53d7f9906939c"> 50</a></span>  boost::beast::websocket::stream<stream_type&> <a class="code" href="classripple_1_1SSLWSPeer.html#a0dea5585c59f8ca910f53d7f9906939c">ws_</a>;</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">template</span> <<span class="keyword">class</span> Body, <span class="keyword">class</span> Headers></div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="classripple_1_1SSLWSPeer.html#a2abe9169c22d273c36d040b24b835311">SSLWSPeer</a>(</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="structripple_1_1Port.html">Port</a> <span class="keyword">const</span>& <a class="code" href="classripple_1_1BaseWSPeer.html#a897618f37f9b01fa4d4811aeafb63e22">port</a>,</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  Handler& handler,</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classripple_1_1SSLWSPeer.html#a81f6c16a826a0889e7491b3e7f3d9d74">endpoint_type</a> <a class="code" href="classripple_1_1BaseWSPeer.html#a8a6edb475f753507ccf4721af10025ec">remote_endpoint</a>,</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  boost::beast::http::request<Body, Headers>&& <a class="code" href="classripple_1_1BaseWSPeer.html#aa4d378cf640b42d55b0dba41193a8ec4">request</a>,</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<stream_type></a>&& stream_ptr,</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> journal);</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> };</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">template</span> <<span class="keyword">class</span> Handler></div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">template</span> <<span class="keyword">class</span> Body, <span class="keyword">class</span> Headers></div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classripple_1_1SSLWSPeer.html#a2abe9169c22d273c36d040b24b835311"> 67</a></span> <a class="code" href="classripple_1_1SSLWSPeer.html#a2abe9169c22d273c36d040b24b835311">SSLWSPeer<Handler>::SSLWSPeer</a>(</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="structripple_1_1Port.html">Port</a> <span class="keyword">const</span>& port,</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  Handler& handler,</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="classripple_1_1SSLWSPeer.html#a81f6c16a826a0889e7491b3e7f3d9d74">endpoint_type</a> remote_endpoint,</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  boost::beast::http::request<Body, Headers>&& request,</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<stream_type></a>&& stream_ptr,</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> journal)</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  : <a class="code" href="classripple_1_1BaseWSPeer.html">BaseWSPeer</a><Handler, <a class="code" href="classripple_1_1SSLWSPeer.html">SSLWSPeer</a>>(</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  port,</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  handler,</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  stream_ptr->get_executor(),</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classripple_1_1SSLWSPeer.html#ae24e8b72e2546b308ae12045474e35a2">waitable_timer</a>{stream_ptr->get_executor()},</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  remote_endpoint,</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  std::move(request),</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  journal)</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  , stream_ptr_(std::move(stream_ptr))</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  , ws_(*stream_ptr_)</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> {</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> }</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="asystem_clock_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/system_clock.html">std::chrono::system_clock</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a67d555feb28ca52e3afb48a4b8e3fbf4"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a67d555feb28ca52e3afb48a4b8e3fbf4">ripple::SSLWSPeer::socket_type</a></div><div class="ttdeci">boost::beast::tcp_stream socket_type</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00045">SSLWSPeer.h:45</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a2abe9169c22d273c36d040b24b835311"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a2abe9169c22d273c36d040b24b835311">ripple::SSLWSPeer::SSLWSPeer</a></div><div class="ttdeci">SSLWSPeer(Port const &port, Handler &handler, endpoint_type remote_endpoint, boost::beast::http::request< Body, Headers > &&request, std::unique_ptr< stream_type > &&stream_ptr, beast::Journal journal)</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00067">SSLWSPeer.h:67</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1BasePeer_html"><div class="ttname"><a href="classripple_1_1BasePeer.html">ripple::BasePeer</a></div><div class="ttdef"><b>Definition:</b> <a href="BasePeer_8h_source.html#l00037">BasePeer.h:37</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_aa6f2bccfec303c52d590d422cfb8d71c"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#aa6f2bccfec303c52d590d422cfb8d71c">ripple::SSLWSPeer::error_code</a></div><div class="ttdeci">boost::system::error_code error_code</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00043">SSLWSPeer.h:43</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1BaseWSPeer_html_a8a6edb475f753507ccf4721af10025ec"><div class="ttname"><a href="classripple_1_1BaseWSPeer.html#a8a6edb475f753507ccf4721af10025ec">ripple::BaseWSPeer< Handler, SSLWSPeer< Handler > >::remote_endpoint</a></div><div class="ttdeci">boost::asio::ip::tcp::endpoint const & remote_endpoint() const override</div><div class="ttdef"><b>Definition:</b> <a href="BaseWSPeer_8h_source.html#l00101">BaseWSPeer.h:101</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a81f6c16a826a0889e7491b3e7f3d9d74"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a81f6c16a826a0889e7491b3e7f3d9d74">ripple::SSLWSPeer::endpoint_type</a></div><div class="ttdeci">boost::asio::ip::tcp::endpoint endpoint_type</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00044">SSLWSPeer.h:44</a></div></div>
|
|
<div class="ttc" id="aenable_shared_from_this_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a37ef59f3ed9883a9019577cad57debd9"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a37ef59f3ed9883a9019577cad57debd9">ripple::SSLWSPeer::stream_type</a></div><div class="ttdeci">boost::beast::ssl_stream< socket_type > stream_type</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00046">SSLWSPeer.h:46</a></div></div>
|
|
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00058">Journal.h:58</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a0dea5585c59f8ca910f53d7f9906939c"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a0dea5585c59f8ca910f53d7f9906939c">ripple::SSLWSPeer::ws_</a></div><div class="ttdeci">boost::beast::websocket::stream< stream_type & > ws_</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00050">SSLWSPeer.h:50</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1Port_html"><div class="ttname"><a href="structripple_1_1Port.html">ripple::Port</a></div><div class="ttdoc">Configuration information for a Server listening port.</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00048">Port.h:48</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="aclassripple_1_1SSLWSPeer_html_ae24e8b72e2546b308ae12045474e35a2"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#ae24e8b72e2546b308ae12045474e35a2">ripple::SSLWSPeer::waitable_timer</a></div><div class="ttdeci">boost::asio::basic_waitable_timer< clock_type > waitable_timer</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00047">SSLWSPeer.h:47</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="aclassripple_1_1BaseWSPeer_html_aa4d378cf640b42d55b0dba41193a8ec4"><div class="ttname"><a href="classripple_1_1BaseWSPeer.html#aa4d378cf640b42d55b0dba41193a8ec4">ripple::BaseWSPeer< Handler, SSLWSPeer< Handler > >::request</a></div><div class="ttdeci">http_request_type const & request() const override</div><div class="ttdef"><b>Definition:</b> <a href="BaseWSPeer_8h_source.html#l00095">BaseWSPeer.h:95</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html">ripple::SSLWSPeer</a></div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00036">SSLWSPeer.h:36</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1SSLWSPeer_html_a52ec3f49deca43ee1d5edaf220f4786a"><div class="ttname"><a href="classripple_1_1SSLWSPeer.html#a52ec3f49deca43ee1d5edaf220f4786a">ripple::SSLWSPeer::stream_ptr_</a></div><div class="ttdeci">std::unique_ptr< stream_type > stream_ptr_</div><div class="ttdef"><b>Definition:</b> <a href="SSLWSPeer_8h_source.html#l00049">SSLWSPeer.h:49</a></div></div>
|
|
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr< stream_type ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1BaseWSPeer_html_a897618f37f9b01fa4d4811aeafb63e22"><div class="ttname"><a href="classripple_1_1BaseWSPeer.html#a897618f37f9b01fa4d4811aeafb63e22">ripple::BaseWSPeer< Handler, SSLWSPeer< Handler > >::port</a></div><div class="ttdeci">Port const & port() const override</div><div class="ttdef"><b>Definition:</b> <a href="BaseWSPeer_8h_source.html#l00089">BaseWSPeer.h:89</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1BaseWSPeer_html"><div class="ttname"><a href="classripple_1_1BaseWSPeer.html">ripple::BaseWSPeer</a></div><div class="ttdoc">Represents an active WebSocket connection.</div><div class="ttdef"><b>Definition:</b> <a href="BaseWSPeer_8h_source.html#l00040">BaseWSPeer.h:40</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>
|