Class PoDNS4J

java.lang.Object
me.folf.podns4j.PoDNS4J

public class PoDNS4J extends Object
Main API for the PoDNS4J library - Pronouns over DNS for Java. This library implements the Pronouns over DNS specification, allowing retrieval and parsing of personal pronouns from DNS TXT records. Example usage:
 PoDNS4J podns = new PoDNS4J();
 PronounResult result = podns.lookup("example.com");
 
  • Constructor Details

    • PoDNS4J

      public PoDNS4J()
      Creates a new PoDNS4J instance.
    • PoDNS4J

      public PoDNS4J(PronounDnsResolver resolver)
      Creates a new PoDNS4J instance with a custom resolver.
      Parameters:
      resolver - the resolver to use
  • Method Details