#include <command_server.h>
◆ t_command_server()
| daemonize::t_command_server::t_command_server |
( |
uint32_t |
ip, |
|
|
uint16_t |
port, |
|
|
const boost::optional< tools::login > & |
login, |
|
|
const epee::net_utils::ssl_options_t & |
ssl_options, |
|
|
bool |
is_rpc = true, |
|
|
cryptonote::core_rpc_server * |
rpc_server = NULL |
|
) |
| |
◆ get_command_usage()
| std::string daemonize::t_command_server::get_command_usage |
( |
const std::vector< std::string > & |
args | ) |
|
|
private |
◆ get_commands_str()
| std::string daemonize::t_command_server::get_commands_str |
( |
| ) |
|
|
private |
◆ help()
| bool daemonize::t_command_server::help |
( |
const std::vector< std::string > & |
args | ) |
|
|
private |
◆ process_command_str()
| bool daemonize::t_command_server::process_command_str |
( |
const std::string & |
cmd | ) |
|
◆ process_command_vec()
| bool daemonize::t_command_server::process_command_vec |
( |
const std::vector< std::string > & |
cmd | ) |
|
◆ start_handling()
| bool daemonize::t_command_server::start_handling |
( |
std::function< void(void)> |
exit_handler = NULL | ) |
|
◆ stop_handling()
| void daemonize::t_command_server::stop_handling |
( |
| ) |
|
◆ m_command_lookup
| epee::console_handlers_binder daemonize::t_command_server::m_command_lookup |
|
private |
◆ m_is_rpc
| bool daemonize::t_command_server::m_is_rpc |
|
private |
◆ m_parser
The documentation for this class was generated from the following files: