libcaf  0.17.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
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 (execution_unit *ctx, connection_handle x)
 
- Public Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
 broker_servant (handle_type x)
 

Protected Attributes

acceptor_impl< policy::tcp > acceptor_
 

Additional Inherited Members

- Public Types inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
using handle_type = Handle
 
- Public Attributes inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
mailbox_element_vals< SysMsgType > value_
 
optional< size_t > activity_tokens_
 
- Protected Member Functions inherited from caf::io::doorman
message detach_message () override
 

Detailed Description

Default doorman implementation.


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