Uses of Class
javax.jmdns.impl.HostInfo
-
Packages that use HostInfo Package Description javax.jmdns.impl -
-
Uses of HostInfo in javax.jmdns.impl
Methods in javax.jmdns.impl that return HostInfo Modifier and Type Method Description HostInfo
JmDNSImpl. getLocalHost()
Returns the local host infostatic HostInfo
HostInfo. newHostInfo(InetAddress address, JmDNSImpl dns, String jmdnsName)
Methods in javax.jmdns.impl with parameters of type HostInfo Modifier and Type Method Description Collection<DNSRecord>
ServiceInfoImpl. answers(DNSRecordClass recordClass, boolean unique, int ttl, HostInfo localHost)
Create a series of answer that correspond with the give service info.
-