mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
deploy: 55dc7a252e
This commit is contained in:
@@ -125,7 +125,7 @@ $(function() {
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae7d1335ce20e70be939ceea8a8f6945f"> 57</a></span> <a class="code" href="namespaceripple.html#ae7d1335ce20e70be939ceea8a8f6945f">isStatusRequest</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>& request)</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae7d1335ce20e70be939ceea8a8f6945f"> 57</a></span> <a class="code" href="namespaceripple.html#ae7d1335ce20e70be939ceea8a8f6945f">isStatusRequest</a>(<a class="code" href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">http_request_type</a> <span class="keyword">const</span>& request)</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> {</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordflow">return</span> request.version() >= 11 && request.target() == <span class="stringliteral">"/"</span> &&</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  request.body().size() == 0 &&</div>
|
||||
@@ -134,7 +134,7 @@ $(function() {
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">static</span> Handoff</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac597446213f304f13375429394c69909"> 65</a></span> <a class="code" href="namespaceripple.html#ac597446213f304f13375429394c69909">statusRequestResponse</a>(</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>& request,</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">http_request_type</a> <span class="keyword">const</span>& request,</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  boost::beast::http::status status)</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> {</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keyword">using namespace </span>boost::beast::http;</div>
|
||||
@@ -239,7 +239,7 @@ $(function() {
|
||||
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classripple_1_1ServerHandlerImp.html#ae971fb59ab54d0e917a54947c9cccd09"> 168</a></span> <a class="code" href="classripple_1_1ServerHandlerImp.html#ae971fb59ab54d0e917a54947c9cccd09">ServerHandlerImp::onHandoff</a>(</div>
|
||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <a class="code" href="classripple_1_1Session.html">Session</a>& session,</div>
|
||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<stream_type></a>&& bundle,</div>
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a>&& request,</div>
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <a class="code" href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">http_request_type</a>&& request,</div>
|
||||
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  boost::asio::ip::tcp::endpoint <span class="keyword">const</span>& remote_address)</div>
|
||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> {</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keyword">using namespace </span>boost::beast;</div>
|
||||
@@ -997,7 +997,7 @@ $(function() {
|
||||
<div class="line"><a name="l00930"></a><span class="lineno"> 930</span> <span class="comment"> is reported, meaning the server can accept more connections.</span></div>
|
||||
<div class="line"><a name="l00931"></a><span class="lineno"> 931</span> <span class="comment">*/</span></div>
|
||||
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span> <a class="code" href="structripple_1_1Handoff.html">Handoff</a></div>
|
||||
<div class="line"><a name="l00933"></a><span class="lineno"><a class="line" href="classripple_1_1ServerHandlerImp.html#ad75e744ed8a9fda6d46bcc8d87b33a38"> 933</a></span> <a class="code" href="classripple_1_1ServerHandlerImp.html#ad75e744ed8a9fda6d46bcc8d87b33a38">ServerHandlerImp::statusResponse</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>& request)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00933"></a><span class="lineno"><a class="line" href="classripple_1_1ServerHandlerImp.html#ad75e744ed8a9fda6d46bcc8d87b33a38"> 933</a></span> <a class="code" href="classripple_1_1ServerHandlerImp.html#ad75e744ed8a9fda6d46bcc8d87b33a38">ServerHandlerImp::statusResponse</a>(<a class="code" href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">http_request_type</a> <span class="keyword">const</span>& request)<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span> <span class="keyword"></span>{</div>
|
||||
<div class="line"><a name="l00935"></a><span class="lineno"> 935</span>  <span class="keyword">using namespace </span>boost::beast::http;</div>
|
||||
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span>  <a class="code" href="structripple_1_1Handoff.html">Handoff</a> handoff;</div>
|
||||
@@ -1264,7 +1264,6 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a127e746f3d4890e5f28e09439cdaffbb"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a127e746f3d4890e5f28e09439cdaffbb">ripple::RPC::getAPIVersionNumber</a></div><div class="ttdeci">unsigned int getAPIVersionNumber(Json::Value const &jv)</div><div class="ttdoc">Retrieve the api version number from the json value.</div><div class="ttdef"><b>Definition:</b> <a href="RPCHelpers_8cpp_source.html#l00839">RPCHelpers.cpp:839</a></div></div>
|
||||
<div class="ttc" id="anamespaceJson_html_a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4eadc8f264f36b55b063c78126b335415f4">Json::arrayValue</a></div><div class="ttdeci">@ arrayValue</div><div class="ttdoc">array value (ordered list)</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00042">json_value.h:42</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3902f5ea8857b69e0f7148ef76c6ff94"><div class="ttname"><a href="namespaceripple.html#a3902f5ea8857b69e0f7148ef76c6ff94">ripple::make_json_error</a></div><div class="ttdeci">static Json::Value make_json_error(Json::Int code, Json::Value &&message)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l00537">ServerHandlerImp.cpp:537</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae1899ff3d7d0a3000dff5b755a951381"><div class="ttname"><a href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">ripple::http_request_type</a></div><div class="ttdeci">boost::beast::http::request< boost::beast::http::dynamic_body > http_request_type</div><div class="ttdef"><b>Definition:</b> <a href="Handoff_8h_source.html#l00031">Handoff.h:31</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ParsedPort_html_a23711e66cdaa65feaf3eaf67815b7ef8"><div class="ttname"><a href="structripple_1_1ParsedPort.html#a23711e66cdaa65feaf3eaf67815b7ef8">ripple::ParsedPort::ssl_ciphers</a></div><div class="ttdeci">std::string ssl_ciphers</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00103">Port.h:103</a></div></div>
|
||||
<div class="ttc" id="areserve_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string/reserve.html">std::string::reserve</a></div><div class="ttdeci">T reserve(T... args)</div></div>
|
||||
<div class="ttc" id="astructripple_1_1ServerHandlerImp_1_1Setup_1_1client__t_html_a44fccc2b575144cf16688e0510446bd4"><div class="ttname"><a href="structripple_1_1ServerHandlerImp_1_1Setup_1_1client__t.html#a44fccc2b575144cf16688e0510446bd4">ripple::ServerHandlerImp::Setup::client_t::secure</a></div><div class="ttdeci">bool secure</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00060">ServerHandlerImp.h:60</a></div></div>
|
||||
@@ -1296,7 +1295,7 @@ $(function() {
|
||||
<div class="ttc" id="astructripple_1_1Port_html_ab1245b88601b253a079502b602d35d6a"><div class="ttname"><a href="structripple_1_1Port.html#ab1245b88601b253a079502b602d35d6a">ripple::Port::admin_user</a></div><div class="ttdeci">std::string admin_user</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00056">Port.h:56</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ServerHandlerImp_1_1Setup_1_1client__t_html_a71b103879153f77cac77ef88f3d3fb81"><div class="ttname"><a href="structripple_1_1ServerHandlerImp_1_1Setup_1_1client__t.html#a71b103879153f77cac77ef88f3d3fb81">ripple::ServerHandlerImp::Setup::client_t::port</a></div><div class="ttdeci">std::uint16_t port</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00062">ServerHandlerImp.h:62</a></div></div>
|
||||
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a96888695e8d79474e080c334f149e30a"><div class="ttname"><a href="namespaceripple.html#a96888695e8d79474e080c334f149e30a">ripple::to_string</a></div><div class="ttdeci">std::string to_string(ListDisposition disposition)</div><div class="ttdef"><b>Definition:</b> <a href="ValidatorList_8cpp_source.html#l00042">ValidatorList.cpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a96888695e8d79474e080c334f149e30a"><div class="ttname"><a href="namespaceripple.html#a96888695e8d79474e080c334f149e30a">ripple::to_string</a></div><div class="ttdeci">std::string to_string(ListDisposition disposition)</div><div class="ttdef"><b>Definition:</b> <a href="ValidatorList_8cpp_source.html#l00045">ValidatorList.cpp:45</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a5b67e65f60cd241099149dc88f1e4bfd"><div class="ttname"><a href="namespaceripple.html#a5b67e65f60cd241099149dc88f1e4bfd">ripple::parse_Port</a></div><div class="ttdeci">void parse_Port(ParsedPort &port, Section const &section, std::ostream &log)</div><div class="ttdef"><b>Definition:</b> <a href="Port_8cpp_source.html#l00139">Port.cpp:139</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Port_html_af27390c27984b98c5590b88ee78313a2"><div class="ttname"><a href="structripple_1_1Port.html#af27390c27984b98c5590b88ee78313a2">ripple::Port::name</a></div><div class="ttdeci">std::string name</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00048">Port.h:48</a></div></div>
|
||||
<div class="ttc" id="aclassJson_1_1Reader_html"><div class="ttname"><a href="classJson_1_1Reader.html">Json::Reader</a></div><div class="ttdoc">Unserialize a JSON document into a Value.</div><div class="ttdef"><b>Definition:</b> <a href="json__reader_8h_source.html#l00036">json_reader.h:36</a></div></div>
|
||||
@@ -1327,9 +1326,9 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_a9717a8236d67d262b4e5273712ac545c"><div class="ttname"><a href="namespaceripple.html#a9717a8236d67d262b4e5273712ac545c">ripple::setup_ServerHandler</a></div><div class="ttdeci">ServerHandler::Setup setup_ServerHandler(Config const &config, std::ostream &&log)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l01143">ServerHandlerImp.cpp:1143</a></div></div>
|
||||
<div class="ttc" id="astdexcept_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/stdexcept.html">stdexcept</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1CollectorManager_html_a5f94c050333714bcb4eaed94a5f04b71"><div class="ttname"><a href="classripple_1_1CollectorManager.html#a5f94c050333714bcb4eaed94a5f04b71">ripple::CollectorManager::group</a></div><div class="ttdeci">virtual beast::insight::Group::ptr const & group(std::string const &name)=0</div></div>
|
||||
<div class="ttc" id="anamespacebeast_1_1rfc2616_html_a9636e35eb0a45052354e43055540851d"><div class="ttname"><a href="namespacebeast_1_1rfc2616.html#a9636e35eb0a45052354e43055540851d">beast::rfc2616::is_keep_alive</a></div><div class="ttdeci">bool is_keep_alive(boost::beast::http::message< isRequest, Body, Fields > const &m)</div><div class="ttdef"><b>Definition:</b> <a href="rfc2616_8h_source.html#l00200">rfc2616.h:200</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_1_1rfc2616_html_a9636e35eb0a45052354e43055540851d"><div class="ttname"><a href="namespacebeast_1_1rfc2616.html#a9636e35eb0a45052354e43055540851d">beast::rfc2616::is_keep_alive</a></div><div class="ttdeci">bool is_keep_alive(boost::beast::http::message< isRequest, Body, Fields > const &m)</div><div class="ttdef"><b>Definition:</b> <a href="rfc2616_8h_source.html#l00386">rfc2616.h:386</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a84827a1d9b56ad8201671ff77c2ddf2e"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a84827a1d9b56ad8201671ff77c2ddf2e">ripple::RPC::doCommand</a></div><div class="ttdeci">Status doCommand(RPC::JsonContext &context, Json::Value &result)</div><div class="ttdoc">Execute an RPC command and store the results in a Json::Value.</div><div class="ttdef"><b>Definition:</b> <a href="RPCHandler_8cpp_source.html#l00213">RPCHandler.cpp:213</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_adc117aa1e40c420ae8c34dea1f2f1bf1"><div class="ttname"><a href="namespaceripple.html#adc117aa1e40c420ae8c34dea1f2f1bf1">ripple::setup_Overlay</a></div><div class="ttdeci">Overlay::Setup setup_Overlay(BasicConfig const &config)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01460">OverlayImpl.cpp:1460</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_adc117aa1e40c420ae8c34dea1f2f1bf1"><div class="ttname"><a href="namespaceripple.html#adc117aa1e40c420ae8c34dea1f2f1bf1">ripple::setup_Overlay</a></div><div class="ttdeci">Overlay::Setup setup_Overlay(BasicConfig const &config)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01480">OverlayImpl.cpp:1480</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ServerHandlerImp_1_1Setup_1_1overlay__t_html_a96eb29d239d6960eafc2e189b8086a03"><div class="ttname"><a href="structripple_1_1ServerHandlerImp_1_1Setup_1_1overlay__t.html#a96eb29d239d6960eafc2e189b8086a03">ripple::ServerHandlerImp::Setup::overlay_t::port</a></div><div class="ttdeci">std::uint16_t port</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00078">ServerHandlerImp.h:78</a></div></div>
|
||||
<div class="ttc" id="aclassJson_1_1Value_html_a7e49ac977e4bcf59745a09d426669f75"><div class="ttname"><a href="classJson_1_1Value.html#a7e49ac977e4bcf59745a09d426669f75">Json::Value::append</a></div><div class="ttdeci">Value & append(const Value &value)</div><div class="ttdoc">Append value to array at the end.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8cpp_source.html#l00882">json_value.cpp:882</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932a55a275d2d3a5e83d075c30650592949d"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932a55a275d2d3a5e83d075c30650592949d">ripple::rpcSLOW_DOWN</a></div><div class="ttdeci">@ rpcSLOW_DOWN</div><div class="ttdef"><b>Definition:</b> <a href="ErrorCodes_8h_source.html#l00057">ErrorCodes.h:57</a></div></div>
|
||||
@@ -1346,7 +1345,7 @@ $(function() {
|
||||
<div class="ttc" id="astructripple_1_1Port_html_a15de8caf0aa37baa379bec53ba23362c"><div class="ttname"><a href="structripple_1_1Port.html#a15de8caf0aa37baa379bec53ba23362c">ripple::Port::ssl_chain</a></div><div class="ttdeci">std::string ssl_chain</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00060">Port.h:60</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ParsedPort_html_ab2a7830b8107f09c88af6525f2746c18"><div class="ttname"><a href="structripple_1_1ParsedPort.html#ab2a7830b8107f09c88af6525f2746c18">ripple::ParsedPort::password</a></div><div class="ttdeci">std::string password</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00097">Port.h:97</a></div></div>
|
||||
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::ostream</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Config_html_a55cd8ef67ffbf6a137e0dd71bc8151c6"><div class="ttname"><a href="classripple_1_1Config.html#a55cd8ef67ffbf6a137e0dd71bc8151c6">ripple::Config::standalone</a></div><div class="ttdeci">bool standalone() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00247">Config.h:247</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Config_html_a55cd8ef67ffbf6a137e0dd71bc8151c6"><div class="ttname"><a href="classripple_1_1Config.html#a55cd8ef67ffbf6a137e0dd71bc8151c6">ripple::Config::standalone</a></div><div class="ttdeci">bool standalone() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00255">Config.h:255</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ServerHandlerImp_html_a8c356db523b06efebfb57cc73e9b7785"><div class="ttname"><a href="classripple_1_1ServerHandlerImp.html#a8c356db523b06efebfb57cc73e9b7785">ripple::ServerHandlerImp::processSession</a></div><div class="ttdeci">Json::Value processSession(std::shared_ptr< WSSession > const &session, std::shared_ptr< JobQueue::Coro > const &coro, Json::Value const &jv)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l00373">ServerHandlerImp.cpp:373</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_af3af226b8f8f897ce138ed2af0ce21ae"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#af3af226b8f8f897ce138ed2af0ce21ae">ripple::RPC::Tuning::maxRequestSize</a></div><div class="ttdeci">static constexpr int maxRequestSize</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00060">rpc/impl/Tuning.h:60</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ServerHandlerImp_html_a1e33f0b429e34bd8c8b2d2dd6a4a4df4"><div class="ttname"><a href="classripple_1_1ServerHandlerImp.html#a1e33f0b429e34bd8c8b2d2dd6a4a4df4">ripple::ServerHandlerImp::onAccept</a></div><div class="ttdeci">bool onAccept(Session &session, boost::asio::ip::tcp::endpoint endpoint)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l00149">ServerHandlerImp.cpp:149</a></div></div>
|
||||
@@ -1442,12 +1441,13 @@ $(function() {
|
||||
<div class="ttc" id="astructripple_1_1ServerHandlerImp_1_1Setup_html_a581fef76b080ebf0e1a7f604cf81df72"><div class="ttname"><a href="structripple_1_1ServerHandlerImp_1_1Setup.html#a581fef76b080ebf0e1a7f604cf81df72">ripple::ServerHandlerImp::Setup::overlay</a></div><div class="ttdeci">overlay_t overlay</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00081">ServerHandlerImp.h:81</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ServerHandlerImp_1_1Setup_1_1client__t_html_adae7271497ad30628f2c5d7ffbca9672"><div class="ttname"><a href="structripple_1_1ServerHandlerImp_1_1Setup_1_1client__t.html#adae7271497ad30628f2c5d7ffbca9672">ripple::ServerHandlerImp::Setup::client_t::password</a></div><div class="ttdeci">std::string password</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00064">ServerHandlerImp.h:64</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_1_1IP_html_ab294c32a52d800b61d2fbe6f6d130faa"><div class="ttname"><a href="namespacebeast_1_1IP.html#ab294c32a52d800b61d2fbe6f6d130faa">beast::IP::is_unspecified</a></div><div class="ttdeci">bool is_unspecified(Address const &addr)</div><div class="ttdoc">Returns true if the address is unspecified.</div><div class="ttdef"><b>Definition:</b> <a href="IPAddress_8h_source.html#l00059">IPAddress.h:59</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa265217edeb8282e636c78b50049f4c0"><div class="ttname"><a href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">ripple::http_request_type</a></div><div class="ttdeci">boost::beast::http::request< boost::beast::http::dynamic_body > http_request_type</div><div class="ttdef"><b>Definition:</b> <a href="Handshake_8h_source.html#l00047">Handshake.h:47</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_1ServerHandlerImp_html_a0f25d215a4e1d43cfcaa631f5f025744"><div class="ttname"><a href="classripple_1_1ServerHandlerImp.html#a0f25d215a4e1d43cfcaa631f5f025744">ripple::ServerHandlerImp::onStopped</a></div><div class="ttdeci">void onStopped(Server &)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l00365">ServerHandlerImp.cpp:365</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ParsedPort_html_a77a3490a5b883160ad79fc9a9465d01b"><div class="ttname"><a href="structripple_1_1ParsedPort.html#a77a3490a5b883160ad79fc9a9465d01b">ripple::ParsedPort::admin_password</a></div><div class="ttdeci">std::string admin_password</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00099">Port.h:99</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1ParsedPort_html_ac9fb4e80d5371867f17ca67ac2fa877e"><div class="ttname"><a href="structripple_1_1ParsedPort.html#ac9fb4e80d5371867f17ca67ac2fa877e">ripple::ParsedPort::ssl_cert</a></div><div class="ttdeci">std::string ssl_cert</div><div class="ttdef"><b>Definition:</b> <a href="Port_8h_source.html#l00101">Port.h:101</a></div></div>
|
||||
<div class="ttc" id="aclassJson_1_1Value_html_a478d6ca4b353199e3b9f91b9cfebc7ba"><div class="ttname"><a href="classJson_1_1Value.html#a478d6ca4b353199e3b9f91b9cfebc7ba">Json::Value::isObjectOrNull</a></div><div class="ttdeci">bool isObjectOrNull() const</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8cpp_source.html#l01033">json_value.cpp:1033</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a2cd6200f6709780fcf1dd26ec9cd2866"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a2cd6200f6709780fcf1dd26ec9cd2866">ripple::RPC::make_error</a></div><div class="ttdeci">Json::Value make_error(error_code_i code)</div><div class="ttdoc">Returns a new json object that reflects the error code.</div><div class="ttdef"><b>Definition:</b> <a href="ErrorCodes_8cpp_source.html#l00202">ErrorCodes.cpp:202</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a2cd6200f6709780fcf1dd26ec9cd2866"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a2cd6200f6709780fcf1dd26ec9cd2866">ripple::RPC::make_error</a></div><div class="ttdeci">Json::Value make_error(error_code_i code)</div><div class="ttdoc">Returns a new json object that reflects the error code.</div><div class="ttdef"><b>Definition:</b> <a href="ErrorCodes_8cpp_source.html#l00203">ErrorCodes.cpp:203</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a19b3e12164eaf5f57ffd7dc2316f0f96"><div class="ttname"><a href="namespaceripple.html#a19b3e12164eaf5f57ffd7dc2316f0f96">ripple::make_ServerHandler</a></div><div class="ttdeci">std::unique_ptr< ServerHandler > make_ServerHandler(Application &app, Stoppable &parent, boost::asio::io_service &io_service, JobQueue &jobQueue, NetworkOPs &networkOPs, Resource::Manager &resourceManager, CollectorManager &cm)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l01155">ServerHandlerImp.cpp:1155</a></div></div>
|
||||
<div class="ttc" id="awhat_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/exception/what.html">std::exception::what</a></div><div class="ttdeci">T what(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1ServerHandlerImp_html_ae971fb59ab54d0e917a54947c9cccd09"><div class="ttname"><a href="classripple_1_1ServerHandlerImp.html#ae971fb59ab54d0e917a54947c9cccd09">ripple::ServerHandlerImp::onHandoff</a></div><div class="ttdeci">Handoff onHandoff(Session &session, std::unique_ptr< stream_type > &&bundle, http_request_type &&request, boost::asio::ip::tcp::endpoint const &remote_address)</div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8cpp_source.html#l00168">ServerHandlerImp.cpp:168</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user