| Package | Description |
|---|---|
| javax.jmdns.impl | |
| javax.jmdns.impl.constants |
| Modifier and Type | Method | Description |
|---|---|---|
DNSRecordClass |
DNSEntry.getRecordClass() |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<DNSRecord> |
HostInfo.answers(DNSRecordClass recordClass,
boolean unique,
int ttl) |
|
Collection<DNSRecord> |
ServiceInfoImpl.answers(DNSRecordClass recordClass,
boolean unique,
int ttl,
HostInfo localHost) |
Create a series of answer that correspond with the give service info.
|
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.matchRecordClass(DNSRecordClass recordClass) |
Check if the requested record class match the current record class
|
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) |
|
HostInformation(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
String cpu,
String os) |
|
Pointer(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
String alias) |
|
Service(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
int priority,
int weight,
int port,
String server) |
|
Text(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
byte[] text) |
| Modifier and Type | Method | Description |
|---|---|---|
static DNSRecordClass |
DNSRecordClass.classForIndex(int index) |
|
static DNSRecordClass |
DNSRecordClass.classForName(String name) |
|
static DNSRecordClass |
DNSRecordClass.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DNSRecordClass[] |
DNSRecordClass.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2018 JmDNS. All rights reserved.