|
|
using | pointer = std::shared_ptr< SecureWebServer > |
| |
|
using | HttpServerT = HttpServer< HTTPS > |
| |
|
using | ParamsListT = std::vector< std::string > |
| |
|
| static pointer | create (boost::asio::io_service &io_service_, identt::utils::SharedTable::pointer stptr) |
| | create : static construction creates new first time More...
|
| |
| static const std::string | GetSection () |
| | GetSection : section required. More...
|
| |
| static const identt::utils::ServerBase::ParamsListT | GetRequire () |
| | GetRequire : parameters required. More...
|
| |
| static const std::string | GetSection () |
| | GetSection : section required. More...
|
| |
| static const ParamsListT | GetRequire () |
| | GetRequire : parameters required. More...
|
| |
|
|
std::shared_ptr< HttpServerT > | server |
| |
|
boost::asio::io_service & | io_service |
| |
|
bool | is_init |
| |
|
SharedTable::pointer | sharedtable |
| |
§ create()
| static pointer identt::http::SecureWebServer::create |
( |
boost::asio::io_service & |
io_service_, |
|
|
identt::utils::SharedTable::pointer |
stptr |
|
) |
| |
|
inlinestatic |
create : static construction creates new first time
- Parameters
-
| io_service_ | boost::asio::io_service& io service pointer |
| stptr | identt::utils::SharedTable::pointer sharedtable pointer |
- Returns
- none
§ GetRequire()
| const identt::utils::ServerBase::ParamsListT identt::http::SecureWebServer::GetRequire |
( |
| ) |
|
|
static |
GetRequire : parameters required.
- Returns
- ParamsListT
§ GetSection()
| const std::string identt::http::SecureWebServer::GetSection |
( |
| ) |
|
|
static |
GetSection : section required.
- Returns
- std::string section
§ init()
| void identt::http::SecureWebServer::init |
( |
identt::utils::ServerBase::ParamsListT |
params | ) |
|
|
virtual |
§ share()
| pointer identt::http::SecureWebServer::share |
( |
| ) |
|
|
inline |
share : return instance
- Returns
- none
§ stop()
| void identt::http::SecureWebServer::stop |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: