#include <Server.h>
|
void | handle_accept (const tcp_session_tpl_ptr &session, const boost::system::error_code &ec) |
|
Definition at line 44 of file Server.h.
◆ Server()
Divide::Server::Server |
( |
| ) |
|
◆ ~Server()
Divide::Server::~Server |
( |
| ) |
|
◆ close()
void Divide::Server::close |
( |
| ) |
|
◆ handle_accept()
void Divide::Server::handle_accept |
( |
const tcp_session_tpl_ptr & |
session, |
|
|
const boost::system::error_code & |
ec |
|
) |
| |
|
private |
◆ init()
void Divide::Server::init |
( |
U16 |
port, |
|
|
const string & |
broadcast_endpoint_address, |
|
|
bool |
debugOutput |
|
) |
| |
◆ _acceptor
◆ _channel
channel_ptr Divide::Server::_channel |
|
private |
◆ _debugOutput
bool Divide::Server::_debugOutput {false} |
|
private |
◆ _ioService
boost::asio::io_context Divide::Server::_ioService |
|
private |
◆ _thread
std::unique_ptr<std::thread> Divide::Server::_thread |
|
private |
The documentation for this class was generated from the following files:
- G:/Divide-Framework/Source/Core/Networking/Headers/Server.h
- G:/Divide-Framework/Source/Core/Networking/Server.cpp