#include <CMD_ServerSocketCommandListener.h>
|
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) |
|
static FS_ServerSocketListener * | createSocketListener (int port, FS_ConnectedSocketListener::Callback callback, void *callback_data=0, const char *ip_mask=0, bool remap_privileged_ports=false) |
|
static void | setInstaller (FS_EventInstaller installer) |
|
static void | setEventLoopPollCallback (FS_PollCallback callback) |
|
static bool | isEventLoopPollCallbackSet () |
|
virtual const char* CMD_ServerSocketCommandListener::className |
( |
| ) |
const |
|
inlinevirtual |
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 |
void CMD_ServerSocketCommandListener::setRestrictToSafeCommands |
( |
bool |
restrict_to_safe_cmds | ) |
|
|
inline |
The documentation for this class was generated from the following file: