Package | Description |
---|---|
org.minidns.hla | |
org.minidns.record | |
org.minidns.util |
Modifier and Type | Field and Description |
---|---|
SRV |
SrvResolverResult.ResolvedSrvRecord.srv |
Modifier and Type | Method and Description |
---|---|
static SRV |
SRV.parse(DataInputStream dis,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
int |
SRV.compareTo(SRV other) |
Modifier and Type | Method and Description |
---|---|
static List<SRV> |
SrvUtil.sortSrvRecords(Collection<SRV> srvRecords)
Sort the given collection of
SRV resource records by their priority and weight. |
Modifier and Type | Method and Description |
---|---|
static List<SRV> |
SrvUtil.sortSrvRecords(Collection<SRV> srvRecords)
Sort the given collection of
SRV resource records by their priority and weight. |