Uses of Package
de.malowa.state

Packages that use de.malowa.state
de.malowa.greylister   
de.malowa.state   
 

Classes in de.malowa.state used by de.malowa.greylister
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.
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.
StateVisitor
          The StateVisitor is a part of a VisitorPattern and offers callback functions which will be called from the State.accept(StateVisitor) method.
StillDelayedState
          The state of a greylisting tupel when it is on the greylist and the delay time has not passed.
 

Classes in de.malowa.state used by de.malowa.state
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.
StateVisitor
          The StateVisitor is a part of a VisitorPattern and offers callback functions which will be called from the State.accept(StateVisitor) method.
StillDelayedState
          The state of a greylisting tupel when it is on the greylist and the delay time has not passed.