|
rippled
|


Public Member Functions | |
| Connection (Server &server, socket_type &&socket) | |
| void | close () override |
| void | run () |
| void | fail (std::string const &what, error_code ec) |
| void | on_timer (error_code ec) |
| void | on_handshake (error_code ec) |
| void | on_read (error_code ec, std::size_t bytes_transferred) |
| void | on_write (error_code ec, std::size_t bytes_transferred) |
| void | on_shutdown (error_code ec) |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Public Attributes | |
| Server & | server_ |
| short_read_test & | test_ |
| socket_type | socket_ |
| stream_type | stream_ |
| strand_type | strand_ |
| timer_type | timer_ |
| boost::asio::streambuf | buf_ |
Definition at line 254 of file short_read_test.cpp.
| ripple::short_read_test::Server::Connection::Connection | ( | Server & | server, |
| socket_type && | socket | ||
| ) |
Definition at line 264 of file short_read_test.cpp.
|
override |
Definition at line 276 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::run | ( | ) |
Definition at line 290 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::fail | ( | std::string const & | what, |
| error_code | ec | ||
| ) |
Definition at line 310 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::on_timer | ( | error_code | ec | ) |
Definition at line 323 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::on_handshake | ( | error_code | ec | ) |
Definition at line 334 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::on_read | ( | error_code | ec, |
| std::size_t | bytes_transferred | ||
| ) |
Definition at line 356 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::on_write | ( | error_code | ec, |
| std::size_t | bytes_transferred | ||
| ) |
Definition at line 387 of file short_read_test.cpp.
| void ripple::short_read_test::Server::Connection::on_shutdown | ( | error_code | ec | ) |
Definition at line 401 of file short_read_test.cpp.
| Server& ripple::short_read_test::Server::Connection::server_ |
Definition at line 256 of file short_read_test.cpp.
| short_read_test& ripple::short_read_test::Server::Connection::test_ |
Definition at line 257 of file short_read_test.cpp.
| socket_type ripple::short_read_test::Server::Connection::socket_ |
Definition at line 258 of file short_read_test.cpp.
| stream_type ripple::short_read_test::Server::Connection::stream_ |
Definition at line 259 of file short_read_test.cpp.
| strand_type ripple::short_read_test::Server::Connection::strand_ |
Definition at line 260 of file short_read_test.cpp.
| timer_type ripple::short_read_test::Server::Connection::timer_ |
Definition at line 261 of file short_read_test.cpp.
| boost::asio::streambuf ripple::short_read_test::Server::Connection::buf_ |
Definition at line 262 of file short_read_test.cpp.
1.8.17