WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::utility::HTTPSSingleton Class Reference

Public Member Functions

void setUseHTTPS (bool useHTTPS)
 
void setPathToCertificate (const std::filesystem::path &pathToCertificate)
 
void setPathToKey (const std::filesystem::path &pathToKey)
 
bool getUseHTTPS () const
 
const std::filesystem::path & getPathToCertificate () const
 
const std::filesystem::path & getPathToKey () const
 

Static Public Member Functions

static HTTPSSingletonget ()
 

Detailed Description

Definition at line 9 of file HTTPSSingleton.h.

Member Function Documentation

◆ get()

HTTPSSingleton & framework::utility::HTTPSSingleton::get ( )
static

Definition at line 15 of file HTTPSSingleton.cpp.

◆ getPathToCertificate()

const filesystem::path & framework::utility::HTTPSSingleton::getPathToCertificate ( ) const

Definition at line 42 of file HTTPSSingleton.cpp.

◆ getPathToKey()

const filesystem::path & framework::utility::HTTPSSingleton::getPathToKey ( ) const

Definition at line 47 of file HTTPSSingleton.cpp.

◆ getUseHTTPS()

bool framework::utility::HTTPSSingleton::getUseHTTPS ( ) const

Definition at line 37 of file HTTPSSingleton.cpp.

◆ setPathToCertificate()

void framework::utility::HTTPSSingleton::setPathToCertificate ( const std::filesystem::path & pathToCertificate)

Definition at line 27 of file HTTPSSingleton.cpp.

◆ setPathToKey()

void framework::utility::HTTPSSingleton::setPathToKey ( const std::filesystem::path & pathToKey)

Definition at line 32 of file HTTPSSingleton.cpp.

◆ setUseHTTPS()

void framework::utility::HTTPSSingleton::setUseHTTPS ( bool useHTTPS)

Definition at line 22 of file HTTPSSingleton.cpp.


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