|
JmDNS 3.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmDNS | |
---|---|
javax.jmdns | |
javax.jmdns.impl |
Uses of JmDNS in javax.jmdns |
---|
Methods in javax.jmdns that return JmDNS | |
---|---|
static JmDNS |
JmDNS.create()
Create an instance of JmDNS. |
static JmDNS |
JmDNS.create(InetAddress addr)
Create an instance of JmDNS and bind it to a specific network interface given its IP-address. |
static JmDNS |
JmDNS.create(InetAddress addr,
String name)
Create an instance of JmDNS and bind it to a specific network interface given its IP-address. |
static JmDNS |
JmDNS.create(String name)
Create an instance of JmDNS. |
abstract JmDNS |
ServiceEvent.getDNS()
Returns the JmDNS instance which originated the event. |
abstract JmDNS |
NetworkTopologyEvent.getDNS()
Returns the JmDNS instance associated with the event or null if it is a generic event. |
Methods in javax.jmdns with parameters of type JmDNS | |
---|---|
void |
JmDNS.Delegate.cannotRecoverFromIOError(JmDNS dns,
Collection<ServiceInfo> infos)
This method is called if JmDNS cannot recover from an I/O error. |
Uses of JmDNS in javax.jmdns.impl |
---|
Subclasses of JmDNS in javax.jmdns.impl | |
---|---|
class |
JmDNSImpl
mDNS implementation in Java. |
Methods in javax.jmdns.impl that return JmDNS | |
---|---|
JmDNS |
ServiceEventImpl.getDNS()
|
JmDNS |
NetworkTopologyEventImpl.getDNS()
|
Constructors in javax.jmdns.impl with parameters of type JmDNS | |
---|---|
NetworkTopologyEventImpl(JmDNS jmDNS,
InetAddress inetAddress)
Constructs a Network Topology Event. |
|
Last updated 2011-08-25 12:40 | |||||||||
PREV NEXT | FRAMES NO FRAMES |