Uses of Interface
org.apache.james.jspf.core.SPFRecordParser
Packages that use SPFRecordParser
Package
Description
-
Uses of SPFRecordParser in org.apache.james.jspf.impl
Constructors in org.apache.james.jspf.impl with parameters of type SPFRecordParserModifierConstructorDescriptionSPF
(DNSService dnsProbe, SPFRecordParser parser, MacroExpand macroExpand, SPFExecutor executor) Uses passed services -
Uses of SPFRecordParser in org.apache.james.jspf.parser
Classes in org.apache.james.jspf.parser that implement SPFRecordParserModifier and TypeClassDescriptionclass
This class is used to parse SPF1-Records from their textual form to an SPF1Record object that is composed by 2 collections: directives and modifiers. -
Uses of SPFRecordParser in org.apache.james.jspf.policies
Constructors in org.apache.james.jspf.policies with parameters of type SPFRecordParser -
Uses of SPFRecordParser in org.apache.james.jspf.policies.local
Constructors in org.apache.james.jspf.policies.local with parameters of type SPFRecordParserModifierConstructorDescriptionFallbackPolicy
(SPFRecordParser parser) OverridePolicy
(SPFRecordParser parser)