| 
    rippled
    
   | 
 


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 | on_timer (error_code ec) | 
| void | on_connect (error_code ec) | 
| void | on_handshake (error_code ec) | 
| void | on_write (error_code ec, std::size_t bytes_transferred) | 
| void | on_read (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 | |
| 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 423 of file short_read_test.cpp.
| ripple::short_read_test::Client::Connection::Connection | ( | Client & | client, | 
| endpoint_type const & | ep | ||
| ) | 
Definition at line 434 of file short_read_test.cpp.
      
  | 
  overridevirtual | 
Implements ripple::short_read_test::Base::Child.
Definition at line 447 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::run | ( | endpoint_type const & | ep | ) | 
Definition at line 461 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::fail | ( | std::string const & | what, | 
| error_code | ec | ||
| ) | 
Definition at line 481 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_timer | ( | error_code | ec | ) | 
Definition at line 494 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_connect | ( | error_code | ec | ) | 
Definition at line 505 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_handshake | ( | error_code | ec | ) | 
Definition at line 520 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_write | ( | error_code | ec, | 
| std::size_t | bytes_transferred | ||
| ) | 
Definition at line 548 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_read | ( | error_code | ec, | 
| std::size_t | bytes_transferred | ||
| ) | 
Definition at line 576 of file short_read_test.cpp.
| void ripple::short_read_test::Client::Connection::on_shutdown | ( | error_code | ec | ) | 
Definition at line 590 of file short_read_test.cpp.
| Client& ripple::short_read_test::Client::Connection::client_ | 
Definition at line 425 of file short_read_test.cpp.
| short_read_test& ripple::short_read_test::Client::Connection::test_ | 
Definition at line 426 of file short_read_test.cpp.
| socket_type ripple::short_read_test::Client::Connection::socket_ | 
Definition at line 427 of file short_read_test.cpp.
| stream_type ripple::short_read_test::Client::Connection::stream_ | 
Definition at line 428 of file short_read_test.cpp.
| strand_type ripple::short_read_test::Client::Connection::strand_ | 
Definition at line 429 of file short_read_test.cpp.
| timer_type ripple::short_read_test::Client::Connection::timer_ | 
Definition at line 430 of file short_read_test.cpp.
| boost::asio::streambuf ripple::short_read_test::Client::Connection::buf_ | 
Definition at line 431 of file short_read_test.cpp.
| endpoint_type const& ripple::short_read_test::Client::Connection::ep_ | 
Definition at line 432 of file short_read_test.cpp.
      
  | 
  privateinherited | 
Definition at line 74 of file short_read_test.cpp.