Class GroupCommand

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

@Component @Scope("prototype") public class GroupCommand extends Object implements Command
Class handling the GROUP command.
  Syntax
    GROUP group

  Responses
    211 number low high group     Group successfully selected
    411                           No such newsgroup

  Parameters
    group     Name of newsgroup
    number    Estimated number of articles in the group
    low       Reported low water mark
    high      Reported high water mark
 
(from RFC 3977)
Since:
n3tpd/0.1
Author:
Christian Lins, Dennis Schwerdel