mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
deploy: ceb0ce5634
This commit is contained in:
@@ -111,54 +111,59 @@ $(function() {
|
||||
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordtype">bool</span> lastStatus,</div>
|
||||
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> callback_type cb)</div>
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> : <a class="code hl_class" href="classripple_1_1detail_1_1WorkBase.html">WorkBase</a>(host, path, port, ios, lastEndpoint, lastStatus, cb)</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> , context_(config, j, <a class="code hl_namespace" href="namespaceboost.html">boost</a>::asio::ssl::context::tlsv12_client)</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> , stream_(socket_, context_.context())</div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span>{</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">auto</span> ec = <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#a64ffcf6721f774814023f60cb1dc51b7">context_</a>.<a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">preConnectVerify</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>, <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#af085d88eafb314c616293e3cb9af70a5">host_</a>);</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">if</span> (ec)</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> Throw<std::runtime_error>(</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> boost::str(boost::format(<span class="stringliteral">"preConnectVerify: %s"</span>) % ec.message()));</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>}</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51"> 46</a></span><a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51">WorkSSL::onConnect</a>(error_code <span class="keyword">const</span>& ec)</div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>{</div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keyword">auto</span> err = ec ? ec : <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#a64ffcf6721f774814023f60cb1dc51b7">context_</a>.<a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">postConnectVerify</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>, <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#af085d88eafb314c616293e3cb9af70a5">host_</a>);</div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keywordflow">if</span> (err)</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aea136a1e17ac0442a5f650104d1a8bc0">fail</a>(err);</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>.async_handshake(</div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> boost::asio::ssl::stream_base::client,</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#a6cec3e4c211f1127d3fe4d43490cd39b">strand_</a>.wrap(<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/utility/functional/bind.html">std::bind</a>(</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> &<a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">WorkSSL::onHandshake</a>, <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this/shared_from_this.html">shared_from_this</a>(), std::placeholders::_1)));</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span>}</div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf"> 59</a></span><a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">WorkSSL::onHandshake</a>(error_code <span class="keyword">const</span>& ec)</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>{</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keywordflow">if</span> (ec)</div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aea136a1e17ac0442a5f650104d1a8bc0">fail</a>(ec);</div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aaeae0dce9809a37fc3ac02282a0c04ba">onStart</a>();</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>}</div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span>} <span class="comment">// namespace detail</span></div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> , context_(</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> config.SSL_VERIFY_DIR,</div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> config.SSL_VERIFY_FILE,</div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> config.SSL_VERIFY,</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> j,</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_namespace" href="namespaceboost.html">boost</a>::asio::ssl::context::tlsv12_client)</div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> , stream_(socket_, context_.context())</div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>{</div>
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">auto</span> ec = <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#a64ffcf6721f774814023f60cb1dc51b7">context_</a>.<a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">preConnectVerify</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>, <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#af085d88eafb314c616293e3cb9af70a5">host_</a>);</div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (ec)</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> Throw<std::runtime_error>(</div>
|
||||
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> boost::str(boost::format(<span class="stringliteral">"preConnectVerify: %s"</span>) % ec.message()));</div>
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>}</div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51"> 51</a></span><a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51">WorkSSL::onConnect</a>(error_code <span class="keyword">const</span>& ec)</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span>{</div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">auto</span> err = ec ? ec : <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#a64ffcf6721f774814023f60cb1dc51b7">context_</a>.<a class="code hl_function" href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">postConnectVerify</a>(<a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>, <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#af085d88eafb314c616293e3cb9af70a5">host_</a>);</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">if</span> (err)</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aea136a1e17ac0442a5f650104d1a8bc0">fail</a>(err);</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_variable" href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">stream_</a>.async_handshake(</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> boost::asio::ssl::stream_base::client,</div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <a class="code hl_variable" href="classripple_1_1detail_1_1WorkBase.html#a6cec3e4c211f1127d3fe4d43490cd39b">strand_</a>.wrap(<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/utility/functional/bind.html">std::bind</a>(</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> &<a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">WorkSSL::onHandshake</a>, <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this/shared_from_this.html">shared_from_this</a>(), std::placeholders::_1)));</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span>}</div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="keywordtype">void</span></div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf"> 64</a></span><a class="code hl_function" href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">WorkSSL::onHandshake</a>(error_code <span class="keyword">const</span>& ec)</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span>{</div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keywordflow">if</span> (ec)</div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keywordflow">return</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aea136a1e17ac0442a5f650104d1a8bc0">fail</a>(ec);</div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_function" href="classripple_1_1detail_1_1WorkBase.html#aaeae0dce9809a37fc3ac02282a0c04ba">onStart</a>();</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span>}</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span>} <span class="comment">// namespace detail</span></div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
||||
<div class="ttc" id="abind_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/bind.html">std::bind</a></div><div class="ttdeci">T bind(T... args)</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#l00059">Journal.h:60</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Config_html"><div class="ttname"><a href="classripple_1_1Config.html">ripple::Config</a></div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00085">Config.h:86</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a33af7033012cc39d9645120dc8d5eca4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">ripple::HTTPClientSSLContext::preConnectVerify</a></div><div class="ttdeci">boost::system::error_code preConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked before connect/async_connect on an ssl stream to setup name verification.</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00109">HTTPClientSSLContext.h:109</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a9ccc8776cfeb39267308d8b412379a47"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">ripple::HTTPClientSSLContext::postConnectVerify</a></div><div class="ttdeci">boost::system::error_code postConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked after connect/async_connect but before sending data on an ssl stream - to setup name verifica...</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00144">HTTPClientSSLContext.h:144</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a33af7033012cc39d9645120dc8d5eca4"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a33af7033012cc39d9645120dc8d5eca4">ripple::HTTPClientSSLContext::preConnectVerify</a></div><div class="ttdeci">boost::system::error_code preConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked before connect/async_connect on an ssl stream to setup name verification.</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00110">HTTPClientSSLContext.h:110</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1HTTPClientSSLContext_html_a9ccc8776cfeb39267308d8b412379a47"><div class="ttname"><a href="classripple_1_1HTTPClientSSLContext.html#a9ccc8776cfeb39267308d8b412379a47">ripple::HTTPClientSSLContext::postConnectVerify</a></div><div class="ttdeci">boost::system::error_code postConnectVerify(T &strm, std::string const &host)</div><div class="ttdoc">invoked after connect/async_connect but before sending data on an ssl stream - to setup name verifica...</div><div class="ttdef"><b>Definition:</b> <a href="HTTPClientSSLContext_8h_source.html#l00145">HTTPClientSSLContext.h:145</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkBase_html"><div class="ttname"><a href="classripple_1_1detail_1_1WorkBase.html">ripple::detail::WorkBase</a></div><div class="ttdef"><b>Definition:</b> <a href="WorkBase_8h_source.html#l00039">WorkBase.h:40</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkBase_html_a6cec3e4c211f1127d3fe4d43490cd39b"><div class="ttname"><a href="classripple_1_1detail_1_1WorkBase.html#a6cec3e4c211f1127d3fe4d43490cd39b">ripple::detail::WorkBase< WorkSSL >::strand_</a></div><div class="ttdeci">boost::asio::io_service::strand strand_</div><div class="ttdef"><b>Definition:</b> <a href="WorkBase_8h_source.html#l00061">WorkBase.h:61</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkBase_html_aaeae0dce9809a37fc3ac02282a0c04ba"><div class="ttname"><a href="classripple_1_1detail_1_1WorkBase.html#aaeae0dce9809a37fc3ac02282a0c04ba">ripple::detail::WorkBase< WorkSSL >::onStart</a></div><div class="ttdeci">void onStart()</div><div class="ttdef"><b>Definition:</b> <a href="WorkBase_8h_source.html#l00103">WorkBase.h:225</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkBase_html_aea136a1e17ac0442a5f650104d1a8bc0"><div class="ttname"><a href="classripple_1_1detail_1_1WorkBase.html#aea136a1e17ac0442a5f650104d1a8bc0">ripple::detail::WorkBase< WorkSSL >::fail</a></div><div class="ttdeci">void fail(error_code const &ec)</div><div class="ttdef"><b>Definition:</b> <a href="WorkBase_8h_source.html#l00094">WorkBase.h:185</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkBase_html_af085d88eafb314c616293e3cb9af70a5"><div class="ttname"><a href="classripple_1_1detail_1_1WorkBase.html#af085d88eafb314c616293e3cb9af70a5">ripple::detail::WorkBase< WorkSSL >::host_</a></div><div class="ttdeci">std::string host_</div><div class="ttdef"><b>Definition:</b> <a href="WorkBase_8h_source.html#l00056">WorkBase.h:56</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a1847f2027488fdcc457ceba5e994e8f0"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a1847f2027488fdcc457ceba5e994e8f0">ripple::detail::WorkSSL::WorkSSL</a></div><div class="ttdeci">WorkSSL(std::string const &host, std::string const &path, std::string const &port, boost::asio::io_service &ios, beast::Journal j, Config const &config, endpoint_type const &lastEndpoint, bool lastStatus, callback_type cb)</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8cpp_source.html#l00025">WorkSSL.cpp:25</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a4efb7cf7e77564f4c92de882e122bedf"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">ripple::detail::WorkSSL::onHandshake</a></div><div class="ttdeci">void onHandshake(error_code const &ec)</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8cpp_source.html#l00059">WorkSSL.cpp:59</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a567d0b963fb8a3c836cef5a502e2ae51"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51">ripple::detail::WorkSSL::onConnect</a></div><div class="ttdeci">void onConnect(error_code const &ec)</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8cpp_source.html#l00046">WorkSSL.cpp:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a4efb7cf7e77564f4c92de882e122bedf"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a4efb7cf7e77564f4c92de882e122bedf">ripple::detail::WorkSSL::onHandshake</a></div><div class="ttdeci">void onHandshake(error_code const &ec)</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8cpp_source.html#l00064">WorkSSL.cpp:64</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a567d0b963fb8a3c836cef5a502e2ae51"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a567d0b963fb8a3c836cef5a502e2ae51">ripple::detail::WorkSSL::onConnect</a></div><div class="ttdeci">void onConnect(error_code const &ec)</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8cpp_source.html#l00051">WorkSSL.cpp:51</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_a64ffcf6721f774814023f60cb1dc51b7"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#a64ffcf6721f774814023f60cb1dc51b7">ripple::detail::WorkSSL::context_</a></div><div class="ttdeci">HTTPClientSSLContext context_</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8h_source.html#l00047">WorkSSL.h:47</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1WorkSSL_html_aaef5ae17e26920f2ee72ab531b3c6a1e"><div class="ttname"><a href="classripple_1_1detail_1_1WorkSSL.html#aaef5ae17e26920f2ee72ab531b3c6a1e">ripple::detail::WorkSSL::stream_</a></div><div class="ttdeci">stream_type stream_</div><div class="ttdef"><b>Definition:</b> <a href="WorkSSL_8h_source.html#l00048">WorkSSL.h:48</a></div></div>
|
||||
<div class="ttc" id="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition:</b> <a href="IPAddress_8h_source.html#l00101">IPAddress.h:101</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user