Home | History | Annotate | Download | only in impl

Lines Matching refs:unique

1190     public Collection<DNSRecord> answers(boolean unique, int ttl, HostInfo localHost) {
1196 list.add(new Service(this.getQualifiedName(), DNSRecordClass.CLASS_IN, unique, ttl, _priority, _weight, _port, localHost.getName()));
1197 list.add(new Text(this.getQualifiedName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getTextBytes()));