Interface SPFRecordParser

All Known Implementing Classes:
RFC4408SPF1Parser

public interface SPFRecordParser
Implementations of this interface should handle parsing of SPFRecords
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String spfRecord)
    This Method parse the given spf record and checks for syntax parse can be called by multiple concurrent threads.