Uses of Class
org.minidns.record.SRV
-
Packages that use SRV Package Description org.minidns.hla org.minidns.record org.minidns.util -
-
Uses of SRV in org.minidns.hla
Fields in org.minidns.hla declared as SRV Modifier and Type Field Description SRV
SrvResolverResult.ResolvedSrvRecord. srv
-
Uses of SRV in org.minidns.record
Methods in org.minidns.record that return SRV Modifier and Type Method Description static SRV
SRV. parse(DataInputStream dis, byte[] data)
Methods in org.minidns.record with parameters of type SRV Modifier and Type Method Description int
SRV. compareTo(SRV other)
-
Uses of SRV in org.minidns.util
Methods in org.minidns.util that return types with arguments of type SRV Modifier and Type Method Description static List<SRV>
SrvUtil. sortSrvRecords(Collection<SRV> srvRecords)
Sort the given collection ofSRV
resource records by their priority and weight.Method parameters in org.minidns.util with type arguments of type SRV Modifier and Type Method Description static List<SRV>
SrvUtil. sortSrvRecords(Collection<SRV> srvRecords)
Sort the given collection ofSRV
resource records by their priority and weight.
-