libcaf  0.17.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
caf::io::doorman Class Referenceabstract

Manages incoming connections. More...

#include <doorman.hpp>

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

Public Member Functions

 doorman (accept_handle acc_hdl)
 
bool new_connection (execution_unit *ctx, connection_handle x)
 
virtual void launch ()=0
 Starts listening on the selected port.
 
- Public Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
 broker_servant (handle_type x)
 

Protected Member Functions

message detach_message () override
 

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_
 

Detailed Description

Manages incoming connections.


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