C++ Actor Framework 1.0.0
|
Base type for server factories for use with can_accept
.
More...
#include <server_factory_base.hpp>
Public Member Functions | |
template<class F > | |
Derived && | do_on_error (F callback) && |
Sets the callback for errors. | |
Derived && | max_connections (size_t value) && |
Configures how many concurrent connections the server accepts. | |
Derived && | reuse_address (bool value) && |
Configures whether the server creates its socket with SO_REUSEADDR . | |
Protected Member Functions | |
Derived && | dref () |
template<class Fn > | |
auto | with_ssl_acceptor_or_socket (Fn &&fn) |
virtual server_config_value & | base_config ()=0 |
Base type for server factories for use with can_accept
.