|
xrpld
|
Public Member Functions | |
| void | onWSMessage (std::shared_ptr< WSSession > session, std::vector< boost::asio::const_buffer > const &) |
| void | onClose (Session &session, boost::system::error_code const &) |
| void | onStopped (Server &server) |
Static Public Member Functions | |
| static bool | onAccept (Session &session, boost::asio::ip::tcp::endpoint endpoint) |
| static Handoff | onHandoff (Session &session, std::unique_ptr< stream_type > const &bundle, http_request_type const &request, boost::asio::ip::tcp::endpoint remoteAddress) |
| static Handoff | onHandoff (Session &session, http_request_type const &request, boost::asio::ip::tcp::endpoint remoteAddress) |
| static void | onRequest (Session &session) |
Definition at line 107 of file Server_test.cpp.
|
static |
Definition at line 110 of file Server_test.cpp.
|
static |
Definition at line 116 of file Server_test.cpp.
|
static |
Definition at line 126 of file Server_test.cpp.
|
static |
Definition at line 135 of file Server_test.cpp.
| void xrpl::test::Server_test::TestHandler::onWSMessage | ( | std::shared_ptr< WSSession > | session, |
| std::vector< boost::asio::const_buffer > const & | ) |
Definition at line 150 of file Server_test.cpp.
| void xrpl::test::Server_test::TestHandler::onClose | ( | Session & | session, |
| boost::system::error_code const & | ) |
Definition at line 157 of file Server_test.cpp.
| void xrpl::test::Server_test::TestHandler::onStopped | ( | Server & | server | ) |
Definition at line 162 of file Server_test.cpp.