Package org.sonews.daemon.command
Klasse ListGroupCommand
java.lang.Object
org.sonews.daemon.command.ListGroupCommand
- Alle implementierten Schnittstellen:
Command
Class handling the LISTGROUP command.
- 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 commandName, byte[] raw)
-
Konstruktordetails
-
ListGroupCommand
public ListGroupCommand()
-
-
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 commandName, byte[] raw) throws IOException, StorageBackendException - Angegeben von:
processLinein SchnittstelleCommand- Löst aus:
IOExceptionStorageBackendException
-