| Package | Description |
|---|---|
| javax.jmdns | |
| javax.jmdns.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
JmDNS[] |
JmmDNS.getDNS()
Return a list of all the registered JmDNS instances
|
abstract JmDNS |
NetworkTopologyEvent.getDNS()
Returns the JmDNS instance associated with the event or null if it is a generic event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JmDNS.Delegate.cannotRecoverFromIOError(JmDNS dns,
Collection<ServiceInfo> infos)
This method is called if JmDNS cannot recover from an I/O error.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmDNSImpl
mDNS implementation in Java.
|
| Modifier and Type | Method and Description |
|---|---|
JmDNS |
NetworkTopologyEventImpl.getDNS() |
JmDNS |
ServiceEventImpl.getDNS() |
JmDNS[] |
JmmDNSImpl.getDNS() |
| Constructor and Description |
|---|
NetworkTopologyEventImpl(JmDNS jmDNS,
InetAddress inetAddress)
Constructs a Network Topology Event.
|
Copyright © 2002–2017 JmDNS. All rights reserved.