#include <CMD_ServerSocketCommandListener.h>

Public Member Functions | |
| virtual const char * | className () const |
| bool | getRestrictToSafeCommands () const |
| void | setRestrictToSafeCommands (bool restrict_to_safe_cmds) |
Static Public Member Functions | |
| static CMD_ServerSocketCommandListener * | createCommandListener (int port, CMD_Manager &command_manager, bool separate_errors=false, bool restrict_to_safe_commands=false, const char *ip_mask=0, bool remap_privileged_ports=true, bool browser_mode=false) |
Definition at line 35 of file CMD_ServerSocketCommandListener.h.
| virtual const char* CMD_ServerSocketCommandListener::className | ( | void | ) | const [inline, virtual] |
Definition at line 57 of file CMD_ServerSocketCommandListener.h.
| static CMD_ServerSocketCommandListener* CMD_ServerSocketCommandListener::createCommandListener | ( | int | port, | |
| CMD_Manager & | command_manager, | |||
| bool | separate_errors = false, |
|||
| bool | restrict_to_safe_commands = false, |
|||
| const char * | ip_mask = 0, |
|||
| bool | remap_privileged_ports = true, |
|||
| bool | browser_mode = false | |||
| ) | [static] |
| bool CMD_ServerSocketCommandListener::getRestrictToSafeCommands | ( | ) | const [inline] |
Definition at line 60 of file CMD_ServerSocketCommandListener.h.
| void CMD_ServerSocketCommandListener::setRestrictToSafeCommands | ( | bool | restrict_to_safe_cmds | ) | [inline] |
Definition at line 62 of file CMD_ServerSocketCommandListener.h.
1.5.9