Package org.sonews.daemon.command
Klasse QuitCommand
java.lang.Object
org.sonews.daemon.command.QuitCommand
- Alle implementierten Schnittstellen:
Command
Implementation of the QUIT command; client wants to shutdown the connection.
- Seit:
- sonews/0.5.0
- Autor:
- Christian Lins
-
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
-
QuitCommand
public QuitCommand()
-
-
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
-