Searched refs:allowMultipleSrvRecordsPerHost (Results 1 – 2 of 2) sorted by relevance
37 private final boolean allowMultipleSrvRecordsPerHost = field in MdnsResponseDecoder38 MdnsConfigs.allowMultipleSrvRecordsPerHost();219 if (allowMultipleSrvRecordsPerHost) { in augmentResponses()259 if (allowMultipleSrvRecordsPerHost) { in augmentResponses()
93 public static boolean allowMultipleSrvRecordsPerHost() { in allowMultipleSrvRecordsPerHost() method in MdnsConfigs