Class Pop3Command
- java.lang.Object
-
- com.icegreen.greenmail.pop3.commands.Pop3Command
-
- Direct Known Subclasses:
ApopCommand
,DeleCommand
,ListCommand
,NoopCommand
,PassCommand
,QuitCommand
,RetrCommand
,RsetCommand
,StatCommand
,TopCommand
,UidlCommand
,UserCommand
public abstract class Pop3Command extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pop3Command()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
execute(Pop3Connection conn, Pop3State state, java.lang.String cmd)
abstract boolean
isValidForState(Pop3State state)
-
-
-
Method Detail
-
isValidForState
public abstract boolean isValidForState(Pop3State state)
-
execute
public abstract void execute(Pop3Connection conn, Pop3State state, java.lang.String cmd)
-
-