Class SrvResolverResult


  • public class SrvResolverResult
    extends ResolverResult<org.minidns.record.SRV>
    • Method Detail

      • getSortedSrvResolvedAddresses

        public java.util.List<SrvResolverResult.ResolvedSrvRecord> getSortedSrvResolvedAddresses()
                                                                                          throws java.io.IOException
        Get a list ordered by priority and weight of the resolved SRV records. This method will throw if there was an error response or if subsequent A or AAAA resource record lookups fail. It will return null in case the service is decidedly not available at this domain.
        Returns:
        a list ordered by priority and weight of the related SRV records.
        Throws:
        java.io.IOException - in case an I/O error occurs.
      • isServiceDecidedlyNotAvailableAtThisDomain

        public boolean isServiceDecidedlyNotAvailableAtThisDomain()