INNER CODE UNIT · Java

getLocalIpAddress

scalecube/scalecube-services · services-api/src/main/java/io/scalecube/services/Address.java:72

  public static InetAddress getLocalIpAddress() {
    try {
      return InetAddress.getLocalHost();
    } catch (UnknownHostException e) {
      throw new RuntimeException(e);
    }
  }

  /**
   * Returns host.
   *
   * @return host
   */
  public String host() {
    return host;
  }

  /**

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…