libcaf
0.17.1
|
Default doorman implementation. More...
#include <doorman_impl.hpp>
Public Member Functions | |
doorman_impl (default_multiplexer &mx, native_socket sockfd) | |
bool | new_connection () override |
void | graceful_shutdown () override |
void | launch () override |
Starts listening on the selected port. | |
std::string | addr () const override |
uint16_t | port () const override |
void | add_to_loop () override |
void | remove_from_loop () override |
![]() | |
doorman (accept_handle acc_hdl) | |
bool | new_connection (execution_unit *ctx, connection_handle x) |
![]() | |
broker_servant (handle_type x) | |
Protected Attributes | |
acceptor_impl< policy::tcp > | acceptor_ |
Additional Inherited Members | |
![]() | |
using | handle_type = Handle |
![]() | |
mailbox_element_vals< SysMsgType > | value_ |
optional< size_t > | activity_tokens_ |
![]() | |
message | detach_message () override |
Default doorman implementation.