Alphabetical Index

A C D E F G H I J K L M N P Q R S T U V

A

add(javax.jmdns.impl.DNSEntry) - method in class javax.jmdns.impl.DNSCache
Adds an entry to the table.
Add an answer to a question.
addAnswer(javax.jmdns.impl.DNSRecord,long) - method in class javax.jmdns.impl.DNSOutgoing
Add an answer to the message.
Add an authorative answer to the message.
Add a listener for a question.
addQuestion(javax.jmdns.impl.DNSQuestion) - method in class javax.jmdns.impl.DNSOutgoing
Add a question to the message.
address - field in class javax.jmdns.impl.HostInfo
Listen for services of a given type.
Listen for service types.
advance() - method in class javax.jmdns.impl.DNSState
Returns the next advanced state.
advanceState() - method in class javax.jmdns.impl.JmDNSImpl
Sets the state and notifies all objects that wait on JmDNS.
advanceState() - method in class javax.jmdns.impl.ServiceInfoImpl
Sets the state and notifies all objects that wait on the ServiceInfo.
ANNOUNCE_WAIT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
ANNOUNCED - static field in class javax.jmdns.impl.DNSState
ANNOUNCED_RENEWAL_TTL_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
Announcer - class javax.jmdns.impl.tasks.Announcer
The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce.
Announcer(javax.jmdns.impl.JmDNSImpl) - constructor for class javax.jmdns.impl.tasks.Announcer
ANNOUNCING_1 - static field in class javax.jmdns.impl.DNSState
ANNOUNCING_2 - static field in class javax.jmdns.impl.DNSState

C

DNSCache.CacheNode - class javax.jmdns.impl.DNSCache.CacheNode
Cache nodes are used to implement storage of multiple DNSEntry's of the same name in the cache.
CacheNode(javax.jmdns.impl.DNSEntry) - constructor for class javax.jmdns.impl.DNSCache.CacheNode
cancel() - method in class javax.jmdns.impl.tasks.Announcer
cancel() - method in class javax.jmdns.impl.tasks.Prober
cancel() - method in class javax.jmdns.impl.tasks.Renewer
CANCELED - static field in class javax.jmdns.impl.DNSState
Canceler - class javax.jmdns.impl.tasks.Canceler
The Canceler sends two announces with TTL=0 for the specified services.
Canceler(javax.jmdns.impl.JmDNSImpl,Collection,Object) - constructor for class javax.jmdns.impl.tasks.Canceler
CLASS_ANY - static field in class javax.jmdns.impl.DNSConstants
CLASS_CH - static field in class javax.jmdns.impl.DNSConstants
CLASS_CS - static field in class javax.jmdns.impl.DNSConstants
CLASS_HS - static field in class javax.jmdns.impl.DNSConstants
CLASS_IN - static field in class javax.jmdns.impl.DNSConstants
CLASS_MASK - static field in class javax.jmdns.impl.DNSConstants
CLASS_NONE - static field in class javax.jmdns.impl.DNSConstants
CLASS_UNIQUE - static field in class javax.jmdns.impl.DNSConstants
clear() - method in class javax.jmdns.impl.DNSCache
Clears the cache.
close() - method in class javax.jmdns.JmDNS
Close down jmdns.
close() - method in class javax.jmdns.impl.JmDNSImpl
compareTo(Object) - method in class javax.jmdns.impl.DNSState
Compares two states.
create() - static method in class javax.jmdns.JmDNS
Create an instance of JmDNS.
create(InetAddress) - static method in class javax.jmdns.JmDNS
Create an instance of JmDNS and bind it to a specific network interface given its IP-address.
create(String,String,int,int,int,Hashtable) - static method in class javax.jmdns.ServiceInfo
Construct a service description for registrating with JmDNS.
create(String,String,int,int,int,String) - static method in class javax.jmdns.ServiceInfo
Construct a service description for registrating with JmDNS.
create(String,String,int,int,int,text[]) - static method in class javax.jmdns.ServiceInfo
Construct a service description for registrating with JmDNS.
create(String,String,int,String) - static method in class javax.jmdns.ServiceInfo
Construct a service description for registrating with JmDNS.

D

DNS_PORT - static field in class javax.jmdns.impl.DNSConstants
DNS_TTL - static field in class javax.jmdns.impl.DNSConstants
DNSCache - class javax.jmdns.impl.DNSCache
A table of DNS entries.
DNSCache(int) - constructor for class javax.jmdns.impl.DNSCache
Create a table with a given initial size.
DNSConstants - class javax.jmdns.impl.DNSConstants
DNS constants.
DNSEntry - class javax.jmdns.impl.DNSEntry
DNS entry with a name, type, and class.
DNSIncoming - class javax.jmdns.impl.DNSIncoming
Parse an incoming DNS message into its components.
DNSOutgoing - class javax.jmdns.impl.DNSOutgoing
An outgoing DNS message.
DNSOutgoing(int) - constructor for class javax.jmdns.impl.DNSOutgoing
Create an outgoing multicast query or response.
DNSOutgoing(int,boolean) - constructor for class javax.jmdns.impl.DNSOutgoing
Create an outgoing query or response.
DNSQuestion - class javax.jmdns.impl.DNSQuestion
A DNS question.
DNSQuestion(String,int,int) - constructor for class javax.jmdns.impl.DNSQuestion
Create a question.
DNSRecord - class javax.jmdns.impl.DNSRecord
DNS record
DNSState - class javax.jmdns.impl.DNSState
DNSState defines the possible states for services registered with JmDNS.

E

elapseSinceArrival() - method in class javax.jmdns.impl.DNSIncoming
equals(Object) - method in class javax.jmdns.impl.DNSEntry
Check if two entries have exactly the same name, type, and class.
equals(Object) - method in class javax.jmdns.impl.DNSRecord
True if this record is the same as some other record.
equals(Object) - method in class javax.jmdns.impl.ServiceInfoImpl

F

find(String) - method in class javax.jmdns.impl.DNSCache
Iterate only over items with matching name.
FLAGS_AA - static field in class javax.jmdns.impl.DNSConstants
FLAGS_AD - static field in class javax.jmdns.impl.DNSConstants
FLAGS_CD - static field in class javax.jmdns.impl.DNSConstants
FLAGS_QR_MASK - static field in class javax.jmdns.impl.DNSConstants
FLAGS_QR_QUERY - static field in class javax.jmdns.impl.DNSConstants
FLAGS_QR_RESPONSE - static field in class javax.jmdns.impl.DNSConstants
FLAGS_RA - static field in class javax.jmdns.impl.DNSConstants
FLAGS_RD - static field in class javax.jmdns.impl.DNSConstants
FLAGS_TC - static field in class javax.jmdns.impl.DNSConstants
FLAGS_Z - static field in class javax.jmdns.impl.DNSConstants

G

get(javax.jmdns.impl.DNSEntry) - method in class javax.jmdns.impl.DNSCache
Get a matching DNS entry from the table (using equals).
get(String,int,int) - method in class javax.jmdns.impl.DNSCache
Get a matching DNS entry from the table.
getAddress() - method in class javax.jmdns.impl.HostInfo
getAddress() - method in class javax.jmdns.ServiceInfo
getAddress() - method in class javax.jmdns.impl.ServiceInfoImpl
getAnswers() - method in class javax.jmdns.impl.DNSIncoming
getCache() - method in class javax.jmdns.impl.JmDNSImpl
Return the DNSCache associated with the cache variable
getDNS() - method in class javax.jmdns.ServiceEvent
Returns the JmDNS instance which originated the event.
getDNS() - method in class javax.jmdns.impl.ServiceEventImpl
getDns() - method in class javax.jmdns.impl.ServiceInfoImpl
getDNS4AddressRecord() - method in class javax.jmdns.impl.HostInfo
getDNS6AddressRecord() - method in class javax.jmdns.impl.HostInfo
getGroup() - method in class javax.jmdns.impl.JmDNSImpl
getHostAddress() - method in class javax.jmdns.ServiceInfo
Get the host address of the service (ie X.X.X.X).
getHostAddress() - method in class javax.jmdns.impl.ServiceInfoImpl
getHostName() - method in class javax.jmdns.JmDNS
Return the HostName associated with this JmDNS instance.
getHostName() - method in class javax.jmdns.impl.JmDNSImpl
getInetAddress() - method in class javax.jmdns.ServiceInfo
Get the InetAddress of the service.
getInetAddress() - method in class javax.jmdns.impl.ServiceInfoImpl
getInfo() - method in class javax.jmdns.ServiceEvent
getInfo() - method in class javax.jmdns.impl.ServiceEventImpl
getInterface() - method in class javax.jmdns.impl.HostInfo
getInterface() - method in class javax.jmdns.JmDNS
Return the address of the interface to which this instance of JmDNS is bound.
getInterface() - method in class javax.jmdns.impl.JmDNSImpl
getIoLock() - method in class javax.jmdns.impl.JmDNSImpl
getLastThrottleIncrement() - method in class javax.jmdns.impl.JmDNSImpl
getLocalHost() - method in class javax.jmdns.impl.JmDNSImpl
getName() - method in class javax.jmdns.impl.DNSEntry
getName() - method in class javax.jmdns.impl.HostInfo
getName() - method in class javax.jmdns.ServiceEvent
Returns the instance name of the service.
getName() - method in class javax.jmdns.impl.ServiceEventImpl
getName() - method in class javax.jmdns.ServiceInfo
Unqualified service instance name, such as foobar .
getName() - method in class javax.jmdns.impl.ServiceInfoImpl
getNiceTextString() - method in class javax.jmdns.ServiceInfo
getNiceTextString() - method in class javax.jmdns.impl.ServiceInfoImpl
getPlannedAnswer() - method in class javax.jmdns.impl.JmDNSImpl
getPort() - method in class javax.jmdns.ServiceInfo
Get the port for the service.
getPort() - method in class javax.jmdns.impl.ServiceInfoImpl
getPriority() - method in class javax.jmdns.ServiceInfo
Get the priority of the service.
getPriority() - method in class javax.jmdns.impl.ServiceInfoImpl
getPropertyBytes(String) - method in class javax.jmdns.ServiceInfo
Get a property of the service.
getPropertyBytes(String) - method in class javax.jmdns.impl.ServiceInfoImpl
getPropertyNames() - method in class javax.jmdns.ServiceInfo
Enumeration of the property names.
getPropertyNames() - method in class javax.jmdns.impl.ServiceInfoImpl
getPropertyString(String) - method in class javax.jmdns.ServiceInfo
Get a property of the service.
getPropertyString(String) - method in class javax.jmdns.impl.ServiceInfoImpl
getQualifiedName() - method in class javax.jmdns.ServiceInfo
Fully qualified service name, such as foobar._http._tcp.local. .
getQualifiedName() - method in class javax.jmdns.impl.ServiceInfoImpl
getQuestions() - method in class javax.jmdns.impl.DNSIncoming
getRandom() - static method in class javax.jmdns.impl.JmDNSImpl
getRecordSource() - method in class javax.jmdns.impl.DNSRecord
getServer() - method in class javax.jmdns.ServiceInfo
Get the name of the server.
getServer() - method in class javax.jmdns.impl.ServiceInfoImpl
getServiceInfo(String,String) - method in class javax.jmdns.JmDNS
Get service information.
getServiceInfo(String,String) - method in class javax.jmdns.impl.JmDNSImpl
getServiceInfo(String,String,int) - method in class javax.jmdns.JmDNS
Get service information.
getServiceInfo(String,String,int) - method in class javax.jmdns.impl.JmDNSImpl
getServices() - method in class javax.jmdns.impl.JmDNSImpl
getServiceTypes() - method in class javax.jmdns.impl.JmDNSImpl
getSocket() - method in class javax.jmdns.impl.JmDNSImpl
getState() - method in class javax.jmdns.impl.JmDNSImpl
Returns the current state of this info.
getState() - method in class javax.jmdns.impl.ServiceInfoImpl
Returns the current state of this info.
getTask() - method in class javax.jmdns.impl.JmDNSImpl
getTask() - method in class javax.jmdns.impl.ServiceInfoImpl
getText() - method in class javax.jmdns.impl.ServiceInfoImpl
getTextBytes() - method in class javax.jmdns.ServiceInfo
Get the text for the serivce as raw bytes.
getTextBytes() - method in class javax.jmdns.impl.ServiceInfoImpl
getTextString() - method in class javax.jmdns.ServiceInfo
Get the text for the service.
getTextString() - method in class javax.jmdns.impl.ServiceInfoImpl
getThrottle() - method in class javax.jmdns.impl.JmDNSImpl
getTtl() - method in class javax.jmdns.impl.DNSRecord
getType() - method in class javax.jmdns.impl.DNSEntry
getType() - method in class javax.jmdns.ServiceEvent
Returns the fully qualified type of the service.
getType() - method in class javax.jmdns.impl.ServiceEventImpl
getType() - method in class javax.jmdns.ServiceInfo
Fully qualified service type name, such as _http._tcp.local. .
getType() - method in class javax.jmdns.impl.ServiceInfoImpl
getURL() - method in class javax.jmdns.ServiceInfo
Get the URL for this service.
getURL() - method in class javax.jmdns.impl.ServiceInfoImpl
getURL(String) - method in class javax.jmdns.ServiceInfo
Get the URL for this service.
getURL(String) - method in class javax.jmdns.impl.ServiceInfoImpl
getValue() - method in class javax.jmdns.impl.DNSCache.CacheNode
getWeight() - method in class javax.jmdns.ServiceInfo
Get the weight of the service.
getWeight() - method in class javax.jmdns.impl.ServiceInfoImpl

H

hasData() - method in class javax.jmdns.impl.ServiceInfoImpl
Returns true if the service info is filled with data.
hashCode() - method in class javax.jmdns.impl.DNSEntry
Overriden, to return a value which is consistent with the value returned by equals(Object).
hashCode() - method in class javax.jmdns.impl.ServiceInfoImpl
HostInfo - class javax.jmdns.impl.HostInfo
HostInfo information on the local host to be able to cope with change of addresses.
HostInfo(InetAddress,String) - constructor for class javax.jmdns.impl.HostInfo

I

interfaze - field in class javax.jmdns.impl.HostInfo
isAnnounced() - method in class javax.jmdns.impl.DNSState
Returns true, if this is an announced state.
isAnnouncing() - method in class javax.jmdns.impl.DNSState
Returns true, if this is an announcing state.
isClosed() - method in class javax.jmdns.impl.JmDNSImpl
isEmpty() - method in class javax.jmdns.impl.DNSOutgoing
isExpired(long) - method in class javax.jmdns.impl.DNSRecord
Check if the record is expired.
isProbing() - method in class javax.jmdns.impl.DNSState
Returns true, if this is a probing state.
isTruncated() - method in class javax.jmdns.impl.DNSIncoming
Check if the message is truncated.
iterator() - method in class javax.jmdns.impl.DNSCache
Iterates over all cache nodes.

J

javax.jmdns - package
JmDNS - class javax.jmdns.JmDNS
mDNS implementation in Java.
JmDNSImpl - class javax.jmdns.impl.JmDNSImpl
mDNS implementation in Java.
JmDNSImpl() - constructor for class javax.jmdns.impl.JmDNSImpl
Create an instance of JmDNS.
JmDNSImpl(InetAddress) - constructor for class javax.jmdns.impl.JmDNSImpl
Create an instance of JmDNS and bind it to a specific network interface given its IP-address.

K

KNOWN_ANSWER_TTL - static field in class javax.jmdns.impl.DNSConstants

L

list(String) - method in class javax.jmdns.JmDNS
Returns a list of service infos of the specified type.
list(String) - method in class javax.jmdns.impl.JmDNSImpl

M

MAX_MSG_ABSOLUTE - static field in class javax.jmdns.impl.DNSConstants
MAX_MSG_TYPICAL - static field in class javax.jmdns.impl.DNSConstants
MDNS_GROUP - static field in class javax.jmdns.impl.DNSConstants
MDNS_GROUP_IPV6 - static field in class javax.jmdns.impl.DNSConstants
MDNS_PORT - static field in class javax.jmdns.impl.DNSConstants

N

name - field in class javax.jmdns.impl.HostInfo
next() - method in class javax.jmdns.impl.DNSCache.CacheNode
NO_VALUE - static field in class javax.jmdns.ServiceInfo

P

DNSRecord.Pointer - class javax.jmdns.impl.DNSRecord.Pointer
Pointer record.
Pointer(String,int,int,int,String) - constructor for class javax.jmdns.impl.DNSRecord.Pointer
print() - method in class javax.jmdns.impl.DNSCache
List all entries for debugging.
printServices() - method in class javax.jmdns.JmDNS
List Services and serviceTypes.
printServices() - method in class javax.jmdns.impl.JmDNSImpl
PROBE_CONFLICT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
PROBE_THROTTLE_COUNT - static field in class javax.jmdns.impl.DNSConstants
PROBE_THROTTLE_COUNT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
PROBE_WAIT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
Prober - class javax.jmdns.impl.tasks.Prober
The Prober sends three consecutive probes for all service infos that needs probing as well as for the host name.
Prober(javax.jmdns.impl.JmDNSImpl) - constructor for class javax.jmdns.impl.tasks.Prober
PROBING_1 - static field in class javax.jmdns.impl.DNSState
PROBING_2 - static field in class javax.jmdns.impl.DNSState
PROBING_3 - static field in class javax.jmdns.impl.DNSState

Q

QUERY_WAIT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants

R

RECORD_REAPER_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
RecordReaper - class javax.jmdns.impl.tasks.RecordReaper
Periodicaly removes expired entries from the cache.
RecordReaper(javax.jmdns.impl.JmDNSImpl) - constructor for class javax.jmdns.impl.tasks.RecordReaper
recover() - method in class javax.jmdns.impl.JmDNSImpl
Recover jmdns when there is an error.
registerService(javax.jmdns.ServiceInfo) - method in class javax.jmdns.JmDNS
Register a service.
registerService(javax.jmdns.ServiceInfo) - method in class javax.jmdns.impl.JmDNSImpl
registerServiceType(String) - method in class javax.jmdns.JmDNS
Register a service type.
registerServiceType(String) - method in class javax.jmdns.impl.JmDNSImpl
remove(javax.jmdns.impl.DNSEntry) - method in class javax.jmdns.impl.DNSCache
Remove a specific entry from the table.
removeListener(javax.jmdns.impl.DNSListener) - method in class javax.jmdns.impl.JmDNSImpl
Remove a listener from all outstanding questions.
Remove listener for services of a given type.
Remove listener for service types.
Renewer - class javax.jmdns.impl.tasks.Renewer
The Renewer is there to send renewal announcment when the record expire for ours infos.
Renewer(javax.jmdns.impl.JmDNSImpl) - constructor for class javax.jmdns.impl.tasks.Renewer
requestServiceInfo(String,String) - method in class javax.jmdns.JmDNS
Request service information.
requestServiceInfo(String,String) - method in class javax.jmdns.impl.JmDNSImpl
requestServiceInfo(String,String,int) - method in class javax.jmdns.JmDNS
Request service information.
requestServiceInfo(String,String,int) - method in class javax.jmdns.impl.JmDNSImpl
Responder - class javax.jmdns.impl.tasks.Responder
The Responder sends a single answer for the specified service infos and for the host name.
RESPONSE_MAX_WAIT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
RESPONSE_MIN_WAIT_INTERVAL - static field in class javax.jmdns.impl.DNSConstants
revert() - method in class javax.jmdns.impl.DNSState
Returns to the next reverted state.
run() - method in class javax.jmdns.impl.tasks.Announcer
run() - method in class javax.jmdns.impl.tasks.Canceler
run() - method in class javax.jmdns.impl.tasks.Prober
run() - method in class javax.jmdns.impl.tasks.RecordReaper
run() - method in class javax.jmdns.impl.tasks.Renewer
run() - method in class javax.jmdns.impl.tasks.Responder
run() - method in class javax.jmdns.impl.tasks.ServiceInfoResolver
run() - method in class javax.jmdns.impl.tasks.ServiceResolver
run() - method in class javax.jmdns.impl.tasks.TypeResolver

S

schedule(TimerTask,int) - method in class javax.jmdns.impl.JmDNSImpl
send(javax.jmdns.impl.DNSOutgoing) - method in class javax.jmdns.impl.JmDNSImpl
Send an outgoing multicast DNS message.
DNSRecord.Service - class javax.jmdns.impl.DNSRecord.Service
Service record.
Service(String,int,int,int,int,int,int,String) - constructor for class javax.jmdns.impl.DNSRecord.Service
A service has been added.
ServiceEvent - class javax.jmdns.ServiceEvent
ServiceEvent(Object) - constructor for class javax.jmdns.ServiceEvent
ServiceEventImpl - class javax.jmdns.impl.ServiceEventImpl
ServiceEvent.
Creates a new instance.
ServiceInfo - class javax.jmdns.ServiceInfo
ServiceInfoImpl - class javax.jmdns.impl.ServiceInfoImpl
JmDNS service information.
ServiceInfoImpl(String,String,int,String) - constructor for class javax.jmdns.impl.ServiceInfoImpl
ServiceInfoResolver - class javax.jmdns.impl.tasks.ServiceInfoResolver
The ServiceInfoResolver queries up to three times consecutively for a service info, and then removes itself from the timer.
ServiceListener - interface javax.jmdns.ServiceListener
Listener for service updates.
A service has been removed.
A service has been resolved.
ServiceResolver - class javax.jmdns.impl.tasks.ServiceResolver
The ServiceResolver queries three times consecutively for services of a given type, and then removes itself from the timer.
ServiceResolver(javax.jmdns.impl.JmDNSImpl,String) - constructor for class javax.jmdns.impl.tasks.ServiceResolver
A new service type was discovered.
Listener for service types.
setClosed(boolean) - method in class javax.jmdns.impl.JmDNSImpl
setDns(javax.jmdns.impl.JmDNSImpl) - method in class javax.jmdns.impl.ServiceInfoImpl
setIoLock(Object) - method in class javax.jmdns.impl.JmDNSImpl
setLastThrottleIncrement(long) - method in class javax.jmdns.impl.JmDNSImpl
setRecordSource(InetAddress) - method in class javax.jmdns.impl.DNSRecord
setState(javax.jmdns.impl.DNSState) - method in class javax.jmdns.impl.JmDNSImpl
setTask(TimerTask) - method in class javax.jmdns.impl.JmDNSImpl
setTask(TimerTask) - method in class javax.jmdns.impl.ServiceInfoImpl
setText(byte[]) - method in class javax.jmdns.impl.ServiceInfoImpl
setThrottle(int) - method in class javax.jmdns.impl.JmDNSImpl
setTtl(int) - method in class javax.jmdns.impl.DNSRecord
SHARED_QUERY_TIME - static field in class javax.jmdns.impl.DNSConstants
start() - method in class javax.jmdns.impl.tasks.Responder
start(Timer) - method in class javax.jmdns.impl.tasks.Announcer
start(Timer) - method in class javax.jmdns.impl.tasks.Canceler
start(Timer) - method in class javax.jmdns.impl.tasks.Prober
start(Timer) - method in class javax.jmdns.impl.tasks.RecordReaper
start(Timer) - method in class javax.jmdns.impl.tasks.Renewer
start(Timer) - method in class javax.jmdns.impl.tasks.ServiceInfoResolver
start(Timer) - method in class javax.jmdns.impl.tasks.ServiceResolver
start(Timer) - method in class javax.jmdns.impl.tasks.TypeResolver
startAnnouncer() - method in class javax.jmdns.impl.JmDNSImpl
startRenewer() - method in class javax.jmdns.impl.JmDNSImpl

T

DNSRecord.Text - class javax.jmdns.impl.DNSRecord.Text
Text(String,int,int,int,text[]) - constructor for class javax.jmdns.impl.DNSRecord.Text
toString() - method in class javax.jmdns.impl.DNSCache
toString() - method in class javax.jmdns.impl.DNSIncoming
toString() - method in class javax.jmdns.impl.DNSOutgoing
toString() - method in class javax.jmdns.impl.DNSQuestion
For debugging only.
toString() - method in class javax.jmdns.impl.DNSRecord.Pointer
toString() - method in class javax.jmdns.impl.DNSRecord.Service
toString() - method in class javax.jmdns.impl.DNSRecord.Text
toString() - method in class javax.jmdns.impl.DNSState
toString() - method in class javax.jmdns.impl.HostInfo
toString() - method in class javax.jmdns.impl.JmDNSImpl
toString() - method in class javax.jmdns.impl.ServiceEventImpl
toString() - method in class javax.jmdns.impl.ServiceInfoImpl
toString(String) - method in class javax.jmdns.impl.DNSRecord
toString(String,String) - method in class javax.jmdns.impl.DNSEntry
TYPE_A - static field in class javax.jmdns.impl.DNSConstants
TYPE_A6 - static field in class javax.jmdns.impl.DNSConstants
TYPE_AAAA - static field in class javax.jmdns.impl.DNSConstants
TYPE_AFSDB - static field in class javax.jmdns.impl.DNSConstants
TYPE_ANY - static field in class javax.jmdns.impl.DNSConstants
TYPE_APL - static field in class javax.jmdns.impl.DNSConstants
TYPE_ATMA - static field in class javax.jmdns.impl.DNSConstants
TYPE_AXFR - static field in class javax.jmdns.impl.DNSConstants
TYPE_CERT - static field in class javax.jmdns.impl.DNSConstants
TYPE_CNAME - static field in class javax.jmdns.impl.DNSConstants
TYPE_DNAME - static field in class javax.jmdns.impl.DNSConstants
TYPE_DNSKEY - static field in class javax.jmdns.impl.DNSConstants
TYPE_DS - static field in class javax.jmdns.impl.DNSConstants
TYPE_EID - static field in class javax.jmdns.impl.DNSConstants
TYPE_GID - static field in class javax.jmdns.impl.DNSConstants
TYPE_GPOS - static field in class javax.jmdns.impl.DNSConstants
TYPE_HINFO - static field in class javax.jmdns.impl.DNSConstants
TYPE_IGNORE - static field in class javax.jmdns.impl.DNSConstants
TYPE_ISDN - static field in class javax.jmdns.impl.DNSConstants
TYPE_IXFR - static field in class javax.jmdns.impl.DNSConstants
TYPE_KEY - static field in class javax.jmdns.impl.DNSConstants
TYPE_KX - static field in class javax.jmdns.impl.DNSConstants
TYPE_LOC - static field in class javax.jmdns.impl.DNSConstants
TYPE_MAILA - static field in class javax.jmdns.impl.DNSConstants
TYPE_MAILB - static field in class javax.jmdns.impl.DNSConstants
TYPE_MB - static field in class javax.jmdns.impl.DNSConstants
TYPE_MD - static field in class javax.jmdns.impl.DNSConstants
TYPE_MF - static field in class javax.jmdns.impl.DNSConstants
TYPE_MG - static field in class javax.jmdns.impl.DNSConstants
TYPE_MINFO - static field in class javax.jmdns.impl.DNSConstants
TYPE_MR - static field in class javax.jmdns.impl.DNSConstants
TYPE_MX - static field in class javax.jmdns.impl.DNSConstants
TYPE_NAPTR - static field in class javax.jmdns.impl.DNSConstants
TYPE_NIMLOC - static field in class javax.jmdns.impl.DNSConstants
TYPE_NS - static field in class javax.jmdns.impl.DNSConstants
TYPE_NSAP - static field in class javax.jmdns.impl.DNSConstants
TYPE_NSAP_PTR - static field in class javax.jmdns.impl.DNSConstants
TYPE_NSEC - static field in class javax.jmdns.impl.DNSConstants
TYPE_NULL - static field in class javax.jmdns.impl.DNSConstants
TYPE_NXT - static field in class javax.jmdns.impl.DNSConstants
TYPE_OPT - static field in class javax.jmdns.impl.DNSConstants
TYPE_PTR - static field in class javax.jmdns.impl.DNSConstants
TYPE_PX - static field in class javax.jmdns.impl.DNSConstants
TYPE_RP - static field in class javax.jmdns.impl.DNSConstants
TYPE_RRSIG - static field in class javax.jmdns.impl.DNSConstants
TYPE_RT - static field in class javax.jmdns.impl.DNSConstants
TYPE_SIG - static field in class javax.jmdns.impl.DNSConstants
TYPE_SINK - static field in class javax.jmdns.impl.DNSConstants
TYPE_SOA - static field in class javax.jmdns.impl.DNSConstants
TYPE_SRV - static field in class javax.jmdns.impl.DNSConstants
TYPE_SSHFP - static field in class javax.jmdns.impl.DNSConstants
TYPE_TKEY - static field in class javax.jmdns.impl.DNSConstants
TYPE_TSIG - static field in class javax.jmdns.impl.DNSConstants
TYPE_TXT - static field in class javax.jmdns.impl.DNSConstants
TYPE_UID - static field in class javax.jmdns.impl.DNSConstants
TYPE_UINFO - static field in class javax.jmdns.impl.DNSConstants
TYPE_UNSPEC - static field in class javax.jmdns.impl.DNSConstants
TYPE_WKS - static field in class javax.jmdns.impl.DNSConstants
TYPE_X25 - static field in class javax.jmdns.impl.DNSConstants
TypeResolver - class javax.jmdns.impl.tasks.TypeResolver
Helper class to resolve service types.
TypeResolver(javax.jmdns.impl.JmDNSImpl) - constructor for class javax.jmdns.impl.tasks.TypeResolver

U

unregisterAllServices() - method in class javax.jmdns.JmDNS
Unregister all services.
unregisterAllServices() - method in class javax.jmdns.impl.JmDNSImpl
Unregister a service.
unregisterService(javax.jmdns.ServiceInfo) - method in class javax.jmdns.impl.JmDNSImpl
JmDNS callback to update a DNS record.
updateRecord(long,javax.jmdns.impl.DNSRecord) - method in class javax.jmdns.impl.JmDNSImpl
Notify all listeners that a record was updated.
USE_DOMAIN_NAME_COMPRESSION - static field in class javax.jmdns.impl.DNSOutgoing
This can be used to turn off domain name compression.
USE_DOMAIN_NAME_FORMAT_FOR_SRV_TARGET - static field in class javax.jmdns.impl.DNSIncoming

V

VERSION - static field in class javax.jmdns.JmDNS
The version of JmDNS.