MCPcopy Create free account
hub / github.com/M66B/FairEmail / getByName

Method getByName

app/src/main/java/eu/faircode/email/DnsHelper.java:317–319  ·  view source on GitHub ↗
(Context context, String host)

Source from the content-addressed store, hash-verified

315 }
316
317 static InetAddress getByName(Context context, String host) throws UnknownHostException {
318 return getByName(context, host, false);
319 }
320
321 static InetAddress[] getAllByName(Context context, String host) throws UnknownHostException {
322 return getAllByName(context, host, false);

Callers 15

connectMethod · 0.95
processSourceIpMethod · 0.95
getOrganizationMethod · 0.95
checkServerTrustedMethod · 0.95
fromEmailMethod · 0.95
callMethod · 0.95
isJunkMethod · 0.95
isLocalAddressMethod · 0.80
BlockListMethod · 0.80
refreshPasswordMethod · 0.80
getSocketMethod · 0.80
createSocketMethod · 0.80

Calls 4

hasDnsSecMethod · 0.95
isNumericAddressMethod · 0.95
getAllByNameMethod · 0.95
getBooleanMethod · 0.80

Tested by

no test coverage detected