libcaf
0.13.2
|
Manages incoming connections. More...
#include <broker.hpp>
Public Member Functions | |
doorman (broker *parent, accept_handle hdl) | |
accept_handle | hdl () const |
void | io_failure (network::operation op) override |
virtual void | launch ()=0 |
Protected Member Functions | |
void | remove_from_broker () override |
message | disconnect_message () override |
new_connection_msg & | accept_msg () |
const new_connection_msg & | accept_msg () const |
![]() | |
broker * | parent () |
servant (broker *ptr) | |
void | set_broker (broker *ptr) |
void | disconnect (bool invoke_disconnect_message) |
Protected Attributes | |
accept_handle | m_hdl |
message | m_accept_msg |
![]() | |
bool | m_disconnected |
intrusive_ptr< broker > | m_broker |
Manages incoming connections.