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