#include <Session.hpp>
|
| Session (boost::asio::ip::tcp::socket socket, GeneralStore &gstore) |
|
void | run () |
|
void | do_read () |
|
void | on_read (boost::beast::error_code ec, std::size_t bytes_transferred) |
|
void | on_write (boost::beast::error_code ec, std::size_t bytes_transferred, bool close) |
|
void | do_close () |
|
Session::Session |
( |
boost::asio::ip::tcp::socket |
socket, |
|
|
GeneralStore & |
gstore |
|
) |
| |
|
inlineexplicit |
void Session::do_close |
( |
| ) |
|
|
inline |
void Session::do_read |
( |
| ) |
|
|
inline |
void Session::on_read |
( |
boost::beast::error_code |
ec, |
|
|
std::size_t |
bytes_transferred |
|
) |
| |
|
inline |
void Session::on_write |
( |
boost::beast::error_code |
ec, |
|
|
std::size_t |
bytes_transferred, |
|
|
bool |
close |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: