brooklyn.util.NetworkUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-core Show documentation
Show all versions of brooklyn-core Show documentation
Entity implementation classes, events, and other core elements
package brooklyn.util;
import brooklyn.location.geo.UtraceHostGeoLookup;
import brooklyn.util.net.Networking;
/** @deprecated since 0.6.0; use {@link Networking} */
@Deprecated
public class NetworkUtils extends Networking {
/** @deprecated since 0.6.0; use {@link BrooklynNetworkUtils#getLocalhostExternalIp()} */
@Deprecated
public static String getLocalhostExternalIp() {
return UtraceHostGeoLookup.getLocalhostExternalIp();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy