Interface DnsQuestion

    • Method Detail

      • timeToLive

        long timeToLive()
        An unused property. This method will always return 0.
        Specified by:
        timeToLive in interface DnsRecord
      • copy

        DnsQuestion copy()
        Description copied from interface: DnsRecord
        Returns a copy of this record object. Immutable record objects may return themselves.
        Specified by:
        copy in interface DnsRecord