|
JmDNS 3.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DNSRecordClass | |
---|---|
javax.jmdns.impl | |
javax.jmdns.impl.constants |
Uses of DNSRecordClass in javax.jmdns.impl |
---|
Methods in javax.jmdns.impl that return DNSRecordClass | |
---|---|
DNSRecordClass |
DNSEntry.getRecordClass()
|
Methods in javax.jmdns.impl with parameters of type DNSRecordClass | |
---|---|
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. |
static DNSQuestion |
DNSQuestion.newQuestion(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique)
Create a question. |
Constructors in javax.jmdns.impl with parameters of type DNSRecordClass | |
---|---|
DNSRecord.Address(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique,
int ttl,
byte[] rawAddress)
|
|
DNSRecord.Address(String name,
DNSRecordType type,
DNSRecordClass recordClass,
boolean unique,
int ttl,
InetAddress addr)
|
|
DNSRecord.HostInformation(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
String cpu,
String os)
|
|
DNSRecord.Pointer(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
String alias)
|
|
DNSRecord.Service(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
int priority,
int weight,
int port,
String server)
|
|
DNSRecord.Text(String name,
DNSRecordClass recordClass,
boolean unique,
int ttl,
byte[] text)
|
Uses of DNSRecordClass in javax.jmdns.impl.constants |
---|
Methods in javax.jmdns.impl.constants that return DNSRecordClass | |
---|---|
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. |
|
Last updated 2011-08-25 12:40 | |||||||||
PREV NEXT | FRAMES NO FRAMES |