Class Dns.SRV

java.lang.Object
overit.geocall.util.Dns.SRV
All Implemented Interfaces:
Comparable
Enclosing class:
Dns

public class Dns.SRV extends Object implements Comparable
Utility class used to manage the Service record
  • Field Details

    • priority

      protected int priority
    • weight

      protected int weight
    • target

      protected String target
    • port

      protected int port
  • Constructor Details

    • SRV

      public SRV()
  • Method Details