Searched defs:incrementHostName (Results 1 - 2 of 2) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ | ||
H A D | NameRegister.java | 51 * @see javax.jmdns.impl.NameRegister#incrementHostName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType) 54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { method in class:NameRegister.UniqueNamePerInterface 85 * @see javax.jmdns.impl.NameRegister#incrementHostName(java.net.InetAddress, java.lang.String, javax.jmdns.impl.NameRegister.NameType) 88 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { method in class:NameRegister.UniqueNameAcrossInterface 166 public abstract String incrementHostName(InetAddress networkInterface, String name, NameType type); method in interface:NameRegister |
H A D | HostInfo.java | 169 synchronized String incrementHostName() { method in class:HostInfo |
Completed in 384 milliseconds