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