Interface MxRecord


public interface MxRecord
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
Author:
Norman Maurer
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the MX record
    int
    The priority of the MX record.
    long
    ttl()
    The record time to live
  • Method Details

    • ttl

      long ttl()
      The record time to live
    • priority

      int priority()
      The priority of the MX record.
    • name

      String name()
      The name of the MX record