Uses of Class
org.ldaptive.dns.SRVRecord
Packages that use SRVRecord
-
Uses of SRVRecord in org.ldaptive
Methods in org.ldaptive that return types with arguments of type SRVRecordModifier and TypeMethodDescriptionDnsSrvConnectionStrategy.readSrvRecords
(String urls) Parses the supplied DNS URL string and reads SRV records from DNS.DnsSrvConnectionStrategy.retrieveDNSRecords()
InvokeDNSResolver.resolve(String)
for each resolver until results are found. -
Uses of SRVRecord in org.ldaptive.dns
Methods in org.ldaptive.dns that return types with arguments of type SRVRecordModifier and TypeMethodDescriptionSRVDNSResolver.processRecords
(Set<String> records) SRVDNSResolver.sortSrvRecords
(Set<SRVRecord> records) Sorts the supplied SRV records according to RFC 2782.Method parameters in org.ldaptive.dns with type arguments of type SRVRecordModifier and TypeMethodDescriptionSRVDNSResolver.sortSrvRecords
(Set<SRVRecord> records) Sorts the supplied SRV records according to RFC 2782.