#include <proxy-io.h>
|
| | Listener (kj::Own< kj::ConnectionReceiver > &&receiver, std::optional< size_t > max_connections) |
| |
| bool | atCapacity () const |
| |
Definition at line 874 of file proxy-io.h.
◆ Listener()
| mp::Listener::Listener |
( |
kj::Own< kj::ConnectionReceiver > && |
receiver, |
|
|
std::optional< size_t > |
max_connections |
|
) |
| |
|
inlineexplicit |
◆ atCapacity()
| bool mp::Listener::atCapacity |
( |
| ) |
const |
|
inline |
◆ m_active_connections
| size_t mp::Listener::m_active_connections {0} |
◆ m_max_connections
| std::optional<size_t> mp::Listener::m_max_connections |
◆ m_receiver
| kj::Own<kj::ConnectionReceiver> mp::Listener::m_receiver |
The documentation for this struct was generated from the following file: