An async TCP server.
More...
◆ ~AsyncTcpServer()
virtual catapult::net::AsyncTcpServer::~AsyncTcpServer |
( |
| ) |
|
|
virtualdefault |
◆ numCurrentConnections()
virtual uint32_t catapult::net::AsyncTcpServer::numCurrentConnections |
( |
| ) |
const |
|
pure virtual |
Current number of active connections.
◆ numLifetimeConnections()
virtual uint32_t catapult::net::AsyncTcpServer::numLifetimeConnections |
( |
| ) |
const |
|
pure virtual |
Total number of connections during the server's lifetime.
◆ numPendingAccepts()
virtual uint32_t catapult::net::AsyncTcpServer::numPendingAccepts |
( |
| ) |
const |
|
pure virtual |
Number of asynchronously started (but not completed) socket accepts.
◆ shutdown()
virtual void catapult::net::AsyncTcpServer::shutdown |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: