Searched refs:runSocketCommand (Results 1 – 5 of 5) sorted by relevance
24 virtual void runSocketCommand(SocketClient *client) = 0;
42 virtual void runSocketCommand(SocketClient* client);
50 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand() function in FlushCommand
202 command.runSocketCommand(cli); in onDataAvailable()
320 command->runSocketCommand(c); in runOnEachSocket()