Searched defs:getByAddress (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DAddress.java250 return InetAddress.getByAddress(name, a.getAddress().getAddress());
262 return getByAddress(name);
278 InetAddress addr = getByAddress(name);
297 getByAddress(String addr) throws UnknownHostException { method in class:Address
301 return InetAddress.getByAddress(addr, bytes);
304 return InetAddress.getByAddress(addr, bytes);
318 getByAddress(String addr, int family) throws UnknownHostException { method in class:Address
324 return InetAddress.getByAddress(addr, bytes);
396 return InetAddress.getByAddress(bytes);

Completed in 132 milliseconds