Package de.malowa.state

Interface Summary
StateVisitor The StateVisitor is a part of a VisitorPattern and offers callback functions which will be called from the State.accept(StateVisitor) method.
 

Class Summary
BlockBeforeGreylistState The state of a greylisting tupel when it should be rejected due to some blacklist rule.
NotOnGreylistState The state of a greylisting tupel when it is not on the whitelist or blacklist.
OnGreylistState The class is the superclass of all states where a greylisting tupel is on the greylist.
OnWhitelistState The state of a greylisting tupel when it is on the internal whitelist.
PassBeforeGreylistState The state of a greylisting tupel when it is not on the greylist.
PassedGreylistState The state of a greylisting tupel when it is on the greylist and the delay time has passed.
PassWhileGreylistedState The state of a greylisting tupel when it is on the greylist and the delay time has not passed.
State Abstract class for representing a greylisting state.
StillDelayedState The state of a greylisting tupel when it is on the greylist and the delay time has not passed.