Searched refs:pointerRecords (Results 1 – 1 of 1) sorted by relevance
38 private final List<MdnsPointerRecord> pointerRecords; field in MdnsResponse53 pointerRecords = new LinkedList<>(); in MdnsResponse()63 pointerRecords = new ArrayList<>(base.pointerRecords); in MdnsResponse()118 return addOrReplaceRecord(pointerRecord, pointerRecords); in addPointerRecord()124 return new LinkedList<>(pointerRecords); in getPointerRecords()128 return !pointerRecords.isEmpty(); in hasPointerRecords()133 pointerRecords.clear(); in clearPointerRecords()137 for (MdnsPointerRecord pointerRecord : pointerRecords) { in hasSubtypes()148 for (MdnsPointerRecord pointerRecord : pointerRecords) { in getSubtypes()163 Iterator<MdnsPointerRecord> iter = pointerRecords.iterator(); in removeSubtypes()[all …]