|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.malowa.state.State
de.malowa.state.BlockBeforeGreylistState
public class BlockBeforeGreylistState
The state of a greylisting tupel when it should be rejected due to some blacklist rule. The delivery attempt will be rejected.
Constructor Summary | |
---|---|
BlockBeforeGreylistState(SMTPInformation info)
Creates the state. |
Method Summary | |
---|---|
void |
accept(StateVisitor visitor)
Part of VisitorPattern. |
Methods inherited from class de.malowa.state.State |
---|
getSMTPInformation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockBeforeGreylistState(SMTPInformation info)
info
- of SMTP dialogMethod Detail |
---|
public void accept(StateVisitor visitor)
State
accept
in class State
visitor
- the visitor containing the callback functionsState.accept(StateVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |