All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.util.NetworkUtils Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
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