Package org.xbill.DNS

Class AFSDBRecord

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Record>

public class AFSDBRecord extends U16NameBase
AFS Data Base Record - maps a domain name to the name of an AFS cell database server.
See Also:
  • Constructor Details

    • AFSDBRecord

      AFSDBRecord()
    • AFSDBRecord

      public AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host)
      Creates an AFSDB Record from the given data.
      Parameters:
      subtype - Indicates the type of service provided by the host.
      host - The host providing the service.
  • Method Details

    • getSubtype

      public int getSubtype()
      Gets the subtype indicating the service provided by the host.
    • getHost

      public Name getHost()
      Gets the host providing service for the domain.