|
xrpld
|


Public Member Functions | |
| Connection (Client &client, endpoint_type const &ep) | |
| void | close () override |
| void | run (endpoint_type const &ep) |
| void | fail (std::string const &what, error_code ec) |
| void | onTimer (error_code ec) |
| void | onConnect (error_code ec) |
| void | onHandshake (error_code ec) |
| void | onWrite (error_code ec, std::size_t bytesTransferred) |
| void | onRead (error_code ec, std::size_t bytesTransferred) |
| void | onShutdown (error_code ec) |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Public Attributes | |
| Client & | client |
| short_read_test & | test |
| socket_type | socket |
| stream_type | stream |
| strand_type | strand |
| timer_type | timer |
| boost::asio::streambuf | buf |
| endpoint_type const & | ep |
Private Attributes | |
| Base & | base_ |
Definition at line 438 of file short_read_test.cpp.
| xrpl::short_read_test::Client::Connection::Connection | ( | Client & | client, |
| endpoint_type const & | ep ) |
Definition at line 449 of file short_read_test.cpp.
|
overridevirtual |
Implements xrpl::short_read_test::Base::Child.
Definition at line 462 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::run | ( | endpoint_type const & | ep | ) |
Definition at line 477 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::fail | ( | std::string const & | what, |
| error_code | ec ) |
Definition at line 492 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onTimer | ( | error_code | ec | ) |
Definition at line 504 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onConnect | ( | error_code | ec | ) |
Definition at line 518 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onHandshake | ( | error_code | ec | ) |
Definition at line 534 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onWrite | ( | error_code | ec, |
| std::size_t | bytesTransferred ) |
Definition at line 563 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onRead | ( | error_code | ec, |
| std::size_t | bytesTransferred ) |
Definition at line 592 of file short_read_test.cpp.
| void xrpl::short_read_test::Client::Connection::onShutdown | ( | error_code | ec | ) |
Definition at line 606 of file short_read_test.cpp.
| Client& xrpl::short_read_test::Client::Connection::client |
Definition at line 440 of file short_read_test.cpp.
| short_read_test& xrpl::short_read_test::Client::Connection::test |
Definition at line 441 of file short_read_test.cpp.
| socket_type xrpl::short_read_test::Client::Connection::socket |
Definition at line 442 of file short_read_test.cpp.
| stream_type xrpl::short_read_test::Client::Connection::stream |
Definition at line 443 of file short_read_test.cpp.
| strand_type xrpl::short_read_test::Client::Connection::strand |
Definition at line 444 of file short_read_test.cpp.
| timer_type xrpl::short_read_test::Client::Connection::timer |
Definition at line 445 of file short_read_test.cpp.
| boost::asio::streambuf xrpl::short_read_test::Client::Connection::buf |
Definition at line 446 of file short_read_test.cpp.
| endpoint_type const& xrpl::short_read_test::Client::Connection::ep |
Definition at line 447 of file short_read_test.cpp.
|
privateinherited |
Definition at line 89 of file short_read_test.cpp.