MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getDefaultResolver

Method getDefaultResolver

src/main/java/core/org/xbill/DNS/Lookup.java:104–107  ·  view source on GitHub ↗

Gets the Resolver that will be used as the default by future Lookups. @return The default resolver.

()

Source from the content-addressed store, hash-verified

102 * @return The default resolver.
103 */
104public static synchronized Resolver
105getDefaultResolver() {
106 return defaultResolver;
107}
108
109/**
110 * Sets the default Resolver to be used as the default by future Lookups.

Callers 1

LookupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected