Package mireka.pop
Interface Command
-
- All Known Implementing Classes:
AbstractLoginCommand,ApopCommand,CapaCommand,DeleCommand,ListCommand,NoopCommand,PassCommand,QuitCommand,RetrCommand,RsetCommand,StatCommand,StlsCommand,TopCommand,UidlCommand,UserCommand
public interface CommandA command is responsible for the parsing and execution of a POP3 command received from the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(CommandParser commandParser)Executes the command, after parsing arguments if necessary.
-
-
-
Method Detail
-
execute
void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Executes the command, after parsing arguments if necessary.- Throws:
java.io.IOExceptionPop3Exception
-
-