Package arc.net.dns
Class SRVRecord
java.lang.Object
arc.net.dns.SRVRecord
- All Implemented Interfaces:
Comparable<SRVRecord>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ttl
public final long ttl -
priority
public final int priority -
weight
public final int weight -
port
public final int port -
target
-
-
Constructor Details
-
SRVRecord
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SRVRecord>
-