DNSCache |
A table of DNS entries.
|
DNSEntry |
DNS entry with a name, type, and class.
|
DNSIncoming |
Parse an incoming DNS message into its components.
|
DNSMessage |
DNSMessage define a DNS message either incoming or outgoing.
|
DNSOutgoing |
An outgoing DNS message.
|
DNSQuestion |
A DNS question.
|
DNSRecord |
DNS record
|
DNSRecord.Address |
Address record.
|
DNSStatefulObject |
Sets of methods to manage the state machine.
Implementation note: This interface is accessed from multiple threads.
|
DNSTaskStarter |
This class is used by JmDNS to start the various task required to run the DNS discovery.
|
DNSTaskStarter.Factory |
DNSTaskStarter.Factory enable the creation of new instance of DNSTaskStarter.
|
DNSTaskStarter.Factory.ClassDelegate |
This interface defines a delegate to the DNSTaskStarter class to enable subclassing.
|
HostInfo |
HostInfo information on the local host to be able to cope with change of addresses.
|
JmDNSImpl |
mDNS implementation in Java.
|
JmDNSImpl.Operation |
|
JmDNSImpl.ServiceTypeEntry |
This is used to store type entries.
|
ListenerStatus |
This class track the status of listener.
The main purpose of this class is to collapse consecutive events so that we can guarantee the correct call back sequence.
|
NameRegister |
|
NameRegister.BaseRegister |
|
NameRegister.NameType |
|
NetworkTopologyEventImpl |
|
ServiceEventImpl |
|
ServiceInfoImpl |
JmDNS service information.
|
ServiceInfoImpl.Delegate |
|