Uses of Class
javax.jmdns.impl.HostInfo
-
Packages that use HostInfo Package Description javax.jmdns.impl -
-
Uses of HostInfo in javax.jmdns.impl
Fields in javax.jmdns.impl declared as HostInfo Modifier and Type Field Description private HostInfoJmDNSImpl. _localHostHandle on the local hostMethods in javax.jmdns.impl that return HostInfo Modifier and Type Method Description HostInfoJmDNSImpl. getLocalHost()Returns the local host infostatic HostInfoHostInfo. newHostInfo(java.net.InetAddress address, JmDNSImpl dns, java.lang.String jmdnsName)Methods in javax.jmdns.impl with parameters of type HostInfo Modifier and Type Method Description java.util.Collection<DNSRecord>ServiceInfoImpl. answers(DNSRecordClass recordClass, boolean unique, int ttl, HostInfo localHost)Create a series of answer that correspond with the give service info.private voidJmDNSImpl. openMulticastSocket(HostInfo hostInfo)(package private) voidJmDNSImpl. setLocalHost(HostInfo localHost)
-