#include <HttpTestProcessorCommand.h>
Inheritance diagram for HttpTestProcessorCommand::
Public Methods | |
HttpTestProcessorCommand (HttpTestCommandProcessor *) | |
virtual void | run (std::ostream &) |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
virtual string | getCommandString () |
virtual void | getHelp (std::ostream &) |
Return a default help string. More... | |
Private Methods | |
void | changePort (std::ostream &) |
Private Attributes | |
HttpTestCommandProcessor * | m_commandProcessor |
|
|
|
|
|
Reimplemented from Command. |
|
Return a default help string.
Reimplemented from Command. |
|
Return a default HTML interface.
Reimplemented from Command. |
|
Reimplemented from Command. |
|
Reimplemented from MetaCommand. Definition at line 14 of file HttpTestProcessorCommand.h. |