|
| 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::hrpc::SyncServer::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> ::identt::http::io_whatever pointer |
| stptr | identt::utils::SharedTable::pointer sharedtable pointer |
- Returns
- none
§ GetRequire()
| const identt::utils::ServerBase::ParamsListT identt::hrpc::SyncServer::GetRequire |
( |
| ) |
|
|
static |
GetRequire : parameters required.
- Returns
- ParamsListT
§ GetSection()
| const std::string identt::hrpc::SyncServer::GetSection |
( |
| ) |
|
|
static |
GetSection : section required.
- Returns
- std::string section
§ init()
| void identt::hrpc::SyncServer::init |
( |
identt::utils::ServerBase::ParamsListT |
params | ) |
|
|
virtual |
init : initialize rocksdb and others
- Parameters
-
| params | ParamsListT parameters to init backend |
- Returns
- none
Implements identt::utils::ServerBase.
§ share()
| pointer identt::hrpc::SyncServer::share |
( |
| ) |
|
|
inline |
share : return instance
- Returns
- none
§ stop()
| void identt::hrpc::SyncServer::stop |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: