C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::io::network::doorman_impl Class Reference

Default doorman implementation. More...

#include <doorman_impl.hpp>

Inheritance diagram for caf::io::network::doorman_impl:
caf::io::doorman caf::io::broker_servant< Base, Handle, SysMsgType >

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
 
- Public Member Functions inherited from caf::io::doorman
 doorman (accept_handle acc_hdl)
 
bool new_connection (scheduler *ctx, connection_handle x)
 
- Public Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
 broker_servant (handle_type x)
 
handle_type hdl () const
 
void halt ()
 
void trigger ()
 
void trigger (size_t num)
 
std::optional< size_t > activity_tokens () const
 

Protected Attributes

acceptor_impl< policy::tcpacceptor_
 
- Protected Attributes inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
handle_type hdl_
 
mailbox_element value_
 
std::optional< size_t > activity_tokens_
 

Additional Inherited Members

- Public Types inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
using handle_type = Handle
 
- Protected Member Functions inherited from caf::io::doorman
message detach_message () override
 
- Protected Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
void detach_from (abstract_broker *ptr) override
 
void invoke_mailbox_element_impl (scheduler *ctx, mailbox_element &x)
 
bool invoke_mailbox_element (scheduler *ctx)
 
SysMsgType & msg ()
 

Detailed Description

Default doorman implementation.

Member Function Documentation

◆ launch()

void caf::io::network::doorman_impl::launch ( )
overridevirtual

Starts listening on the selected port.

Implements caf::io::doorman.


The documentation for this class was generated from the following files: