|
||||||||||
| 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.PassBeforeGreylistState
public class PassBeforeGreylistState
The state of a greylisting tupel when it is not on the greylist. The mail will be accepted for delivery without being greylisted.
| Constructor Summary | |
|---|---|
PassBeforeGreylistState(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 PassBeforeGreylistState(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 | |||||||||