Class ServerImpl
Defined in File server_impl.h
Inheritance Relationships
Base Type
public std::enable_shared_from_this< ServerImpl >
Class Documentation
-
class ServerImpl : public std::enable_shared_from_this<ServerImpl>
Public Functions
-
ServerImpl(const ServerImpl&) = delete
-
ServerImpl(ServerImpl&&) = delete
-
ServerImpl &operator=(const ServerImpl&) = delete
-
ServerImpl &operator=(ServerImpl&&) = delete
-
~ServerImpl()
-
bool is_connected() const
-
int get_connection_count() const
-
std::uint16_t get_port() const
-
void stop()
Public Static Functions
Protected Functions
-
ServerImpl(const ServerImpl&) = delete