#include <client_server.h>
◆ ~ClientFilesServer()
cuttlefish::ClientFilesServer::~ClientFilesServer |
( |
| ) |
|
◆ ClientFilesServer()
cuttlefish::ClientFilesServer::ClientFilesServer |
( |
std::unique_ptr< Config > |
config, |
|
|
lws_context * |
context, |
|
|
lws_vhost * |
vhost |
|
) |
| |
|
private |
◆ New()
std::unique_ptr< ClientFilesServer > cuttlefish::ClientFilesServer::New |
( |
const std::string & |
dir | ) |
|
|
static |
◆ port()
int cuttlefish::ClientFilesServer::port |
( |
| ) |
const |
◆ Serve()
void cuttlefish::ClientFilesServer::Serve |
( |
| ) |
|
|
private |
◆ config_
std::unique_ptr<Config> cuttlefish::ClientFilesServer::config_ |
|
private |
◆ context_
lws_context* cuttlefish::ClientFilesServer::context_ |
|
private |
◆ running_
std::atomic<bool> cuttlefish::ClientFilesServer::running_ |
|
private |
◆ server_thread_
std::thread cuttlefish::ClientFilesServer::server_thread_ |
|
private |
◆ vhost_
lws_vhost* cuttlefish::ClientFilesServer::vhost_ |
|
private |
The documentation for this class was generated from the following files: