Class HelpCommand

java.lang.Object
org.sonews.daemon.command.HelpCommand
All Implemented Interfaces:
Command

@Component @Scope("prototype") public class HelpCommand extends Object implements Command
This command provides a short summary of the commands that are understood by this implementation of the server. The help text will be presented as a multi-line data block following the 100 response code (taken from RFC).
Since:
sonews/0.5.0
Author:
Christian Lins
  • Constructor Details

    • HelpCommand

      public HelpCommand()
  • Method Details