C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
caf::detail::connection_factory< ConnectionHandle > Class Template Referenceabstract

Creates new socket managers for an accept_handler. More...

#include <connection_factory.hpp>

Public Types

using connection_handle_type = ConnectionHandle
 

Public Member Functions

virtual error start (net::socket_manager *)
 
virtual void abort (const error &)
 
virtual net::socket_manager_ptr make (net::multiplexer *, ConnectionHandle)=0
 

Detailed Description

template<class ConnectionHandle>
class caf::detail::connection_factory< ConnectionHandle >

Creates new socket managers for an accept_handler.


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