My Project
|
Public Member Functions | |
int | add (Subscription &subscription) |
int | removeSessionSubscriptions (TCPSession &session) |
int | processCommand (coreutils::ZString &request, TCPSession &session) override |
![]() | |
virtual void | output (std::stringstream &out) |
Public Attributes | |
SubscriptionHandlerFactory * | factory |
|
overridevirtual |
This method is used to implement the functionality of the requested command. This pure virtual function must be implemented in your inheriting object.
request | The request that was entered by the user to invoke this command. |
session | Specify the requesting session so that the execution of the command process can return its output to the session. |
Reimplemented from core::Command.