|
||||||||||
| 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.OnWhitelistState
public class OnWhitelistState
The state of a greylisting tupel when it is on the internal whitelist. The mail will be accepted for delivery.
| Constructor Summary | |
|---|---|
OnWhitelistState(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 OnWhitelistState(SMTPInformation info)
info - of SMTP dialog| Method Detail |
|---|
public void accept(StateVisitor visitor)
State
accept in class Statevisitor - 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 | |||||||||