Package org.sonews.daemon.command
Klasse GroupCommand
java.lang.Object
org.sonews.daemon.command.GroupCommand
- Alle implementierten Schnittstellen:
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)- Seit:
- n3tpd/0.1
- Autor:
- Christian Lins, Dennis Schwerdel
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungString[]booleanReturns capability string that is implied by this command class.booleanvoidprocessLine(NNTPConnection conn, String line, byte[] raw)
-
Konstruktordetails
-
GroupCommand
public GroupCommand()
-
-
Methodendetails
-
getSupportedCommandStrings
- Angegeben von:
getSupportedCommandStringsin SchnittstelleCommand
-
hasFinished
public boolean hasFinished()- Angegeben von:
hasFinishedin SchnittstelleCommand- Gibt zurück:
- true if this instance can be reused.
-
impliedCapability
Beschreibung aus Schnittstelle kopiert:CommandReturns capability string that is implied by this command class. MAY return null if the command is required by the NNTP standard.- Angegeben von:
impliedCapabilityin SchnittstelleCommand
-
isStateful
public boolean isStateful()- Angegeben von:
isStatefulin SchnittstelleCommand
-
processLine
public void processLine(NNTPConnection conn, String line, byte[] raw) throws IOException, StorageBackendException - Angegeben von:
processLinein SchnittstelleCommand- Löst aus:
IOExceptionStorageBackendException
-