|
rippled
|


Classes | |
| class | Base |
| class | Client |
| class | Server |
Public Member Functions | |
| short_read_test () | |
| ~short_read_test () | |
| void | run () override |
Private Types | |
| using | io_context_type = boost::asio::io_context |
| using | strand_type = boost::asio::io_context::strand |
| using | timer_type = boost::asio::basic_waitable_timer< std::chrono::steady_clock > |
| using | acceptor_type = boost::asio::ip::tcp::acceptor |
| using | socket_type = boost::asio::ip::tcp::socket |
| using | stream_type = boost::asio::ssl::stream< socket_type & > |
| using | error_code = boost::system::error_code |
| using | endpoint_type = boost::asio::ip::tcp::endpoint |
| using | address_type = boost::asio::ip::address |
Static Private Member Functions | |
| template<class Streambuf > | |
| static void | write (Streambuf &sb, std::string const &s) |
Private Attributes | |
| io_context_type | io_context_ |
| std::optional< boost::asio::executor_work_guard< boost::asio::executor > > | work_ |
| std::thread | thread_ |
| std::shared_ptr< boost::asio::ssl::context > | context_ |
Definition at line 50 of file short_read_test.cpp.
|
private |
Definition at line 53 of file short_read_test.cpp.
|
private |
Definition at line 54 of file short_read_test.cpp.
|
private |
Definition at line 56 of file short_read_test.cpp.
|
private |
Definition at line 57 of file short_read_test.cpp.
|
private |
Definition at line 58 of file short_read_test.cpp.
|
private |
Definition at line 59 of file short_read_test.cpp.
|
private |
Definition at line 60 of file short_read_test.cpp.
|
private |
Definition at line 61 of file short_read_test.cpp.
|
private |
Definition at line 62 of file short_read_test.cpp.
| ripple::short_read_test::short_read_test | ( | ) |
Definition at line 630 of file short_read_test.cpp.
| ripple::short_read_test::~short_read_test | ( | ) |
Definition at line 640 of file short_read_test.cpp.
|
staticprivate |
Definition at line 72 of file short_read_test.cpp.
|
override |
Definition at line 647 of file short_read_test.cpp.
|
private |
Definition at line 64 of file short_read_test.cpp.
|
private |
Definition at line 66 of file short_read_test.cpp.
|
private |
Definition at line 67 of file short_read_test.cpp.
|
private |
Definition at line 68 of file short_read_test.cpp.
1.8.17