JmDNS 1.0

Package javax.jmdns

This is an implementation of a multi-cast DNS in Java.

See:
          Description

Interface Summary
ServiceListener Listener for service updates.
ServiceTypeListener Listener for service types.
 

Class Summary
DNSState DNSState defines the possible states for services registered with JmDNS.
JmDNS mDNS implementation in Java.
ServiceEvent ServiceEvent.
ServiceInfo JmDNS service information.
 

Package javax.jmdns Description

This is an implementation of a multi-cast DNS in Java. It currently supports service discovery and service registration. It is fully interoperable with Apple's Rendezvous.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see the Readme file of JmDNS.


JmDNS 1.0