| Package | Description |
|---|---|
| javax.jmdns.impl | |
| javax.jmdns.impl.constants |
| Modifier and Type | Method | Description |
|---|---|---|
DNSRecordType |
DNSEntry.getRecordType() |
| Modifier and Type | Method | Description |
|---|---|---|
DNSEntry |
DNSCache.getDNSEntry(String name,
DNSRecordType type,
DNSRecordClass recordClass) |
Get a matching DNS entry from the table.
|
Collection<? extends DNSEntry> |
DNSCache.getDNSEntryList(String name,
DNSRecordType type,
DNSRecordClass recordClass) |
Get all matching DNS entries from the table.
|
boolean |
DNSEntry.matchRecordType(DNSRecordType recordType) |
Check if the requested record tyep match the current record type
|
static DNSQuestion |
DNSQuestion.newQuestion(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique) |
Create a question.
|
| Constructor | Description |
|---|---|
Address(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique,
int ttl,
byte[] rawAddress) |
|
Address(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique,
int ttl,
InetAddress addr) |
| Modifier and Type | Method | Description |
|---|---|---|
static DNSRecordType |
DNSRecordType.typeForIndex(int index) |
|
static DNSRecordType |
DNSRecordType.typeForName(String name) |
|
static DNSRecordType |
DNSRecordType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DNSRecordType[] |
DNSRecordType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2018 JmDNS. All rights reserved.