Class Regtap12ServiceFinder

java.lang.Object
uk.ac.starlink.vo.Regtap12ServiceFinder
All Implemented Interfaces:
TapServiceFinder

public class Regtap12ServiceFinder extends Object implements TapServiceFinder
TapServiceFinder implementation that uses an IVOA registry compliant with RegTAP v1.2 to discover services and tables. In particular the new rr.tap_table table introduced at RegTAP v1.2 is used.
Since:
28 Feb 2024
Author:
Mark Taylor
  • Constructor Details

    • Regtap12ServiceFinder

      public Regtap12ServiceFinder()
      Constructs a default instance.
    • Regtap12ServiceFinder

      public Regtap12ServiceFinder(TapService regtapService, uk.ac.starlink.util.ContentCoding coding)
      Constructs an instance with custom configuration.
      Parameters:
      regtapService - RegTAP v1.2 service description
      coding - controls HTTP-level compression during TAP queries
  • Method Details