HomeSort by relevance Sort by last modified time
    Searched refs:HostInfo (Results 1 - 4 of 4) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 28 * HostInfo information on the local host to be able to cope with change of addresses.
32 public class HostInfo implements DNSStatefulObject {
33 private static Logger logger = Logger.getLogger(HostInfo.class.getName());
64 * @return new HostInfo
66 public static HostInfo newHostInfo(InetAddress address, JmDNSImpl dns, String jmdnsName) {
67 HostInfo localhost = null;
104 localhost = new HostInfo(addr, aName, dns);
121 private HostInfo(final InetAddress address, final String name, final JmDNSImpl dns) {
JmDNSImpl.java 303 private HostInfo _localHost;
407 _localHost = HostInfo.newHostInfo(address, this, name);
441 private void openMulticastSocket(HostInfo hostInfo) throws IOException {
443 if (hostInfo.getInetAddress() instanceof Inet6Address) {
453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) {
455 _socket.setNetworkInterface(hostInfo.getInterface());
685 public HostInfo getLocalHost() {
    [all...]
ServiceInfoImpl.java     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 596 milliseconds