Package org.sonews.daemon.command
Klasse ListCommand
java.lang.Object
org.sonews.daemon.command.ListCommand
- Alle implementierten Schnittstellen:
Command
Class handling the LIST command.
- Seit:
- n3tpd/0.1
- Autor:
- Christian Lins, Dennis Schwerdel
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungString[]booleanReturns capability string that is implied by this command class.booleanprivate voidprintGroupInfo(NNTPConnection conn, String pattern) voidprocessLine(NNTPConnection conn, String line, byte[] raw)
-
Felddetails
-
log
private final org.slf4j.Logger log
-
-
Konstruktordetails
-
ListCommand
public ListCommand()
-
-
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
-
printGroupInfo
private void printGroupInfo(NNTPConnection conn, String pattern) throws IOException, StorageBackendException - Löst aus:
IOExceptionStorageBackendException
-