Class MX


public class MX extends Data
MX record payload (mail service pointer).
  • Field Details

    • priority

      public final int priority
      The priority of this service. Lower values mean higher priority.
    • target

      public final DnsName target
      The name of the target server.
    • name

      @Deprecated public final DnsName name
      Deprecated.
      use target instead.
      The name of the target server.
  • Constructor Details

    • MX

      public MX(int priority, String name)
    • MX

      public MX(int priority, DnsName name)
  • Method Details