Package org.xbill.DNS
Class AFSDBRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.U16NameBase
org.xbill.DNS.AFSDBRecord
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Record>
AFS Data Base Record - maps a domain name to the name of an AFS cell database server.
- See Also:
-
Field Summary
Fields inherited from class org.xbill.DNS.U16NameBase
nameField, u16Field -
Constructor Summary
ConstructorsConstructorDescriptionAFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) Creates an AFSDB Record from the given data. -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets the host providing service for the domain.intGets the subtype indicating the service provided by the host.Methods inherited from class org.xbill.DNS.U16NameBase
getNameField, getU16Field, rdataFromString, rrFromWire, rrToString, rrToWireMethods inherited from class org.xbill.DNS.Record
byteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplace
-
Constructor Details
-
AFSDBRecord
AFSDBRecord() -
AFSDBRecord
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
Gets the host providing service for the domain.
-