Searched refs:runSocketCommand (Results 1 – 4 of 4) sorted by relevance
24 virtual void runSocketCommand(SocketClient *client) = 0;
37 virtual void runSocketCommand(SocketClient* client);
38 void FlushCommand::runSocketCommand(SocketClient* client) { in runSocketCommand() function in FlushCommand
272 command->runSocketCommand(c); in runOnEachSocket()