Package org.sonews.auth
Class AuthInfoCommand
java.lang.Object
org.sonews.auth.AuthInfoCommand
- All Implemented Interfaces:
Command
- Author:
- František Kučera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
Returns capability string that is implied by this command class.boolean
void
processLine
(NNTPConnection conn, String line, byte[] rawLine)
-
Constructor Details
-
AuthInfoCommand
public AuthInfoCommand()
-
-
Method Details
-
hasFinished
public boolean hasFinished()- Specified by:
hasFinished
in interfaceCommand
- Returns:
- true if this instance can be reused.
-
impliedCapability
Description copied from interface:Command
Returns capability string that is implied by this command class. MAY return null if the command is required by the NNTP standard.- Specified by:
impliedCapability
in interfaceCommand
-
isStateful
public boolean isStateful()- Specified by:
isStateful
in interfaceCommand
-
getSupportedCommandStrings
- Specified by:
getSupportedCommandStrings
in interfaceCommand
-
processLine
public void processLine(NNTPConnection conn, String line, byte[] rawLine) throws IOException, StorageBackendException - Specified by:
processLine
in interfaceCommand
- Throws:
IOException
StorageBackendException
-