public class IpUtils extends Object
| Constructor and Description |
|---|
IpUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areAllLocal(Collection<String> targetServerNames) |
static String |
getHostAddress(String host) |
static String |
getHostName() |
static boolean |
isAnyLocal(Collection<String> targetServerNames) |
static boolean |
isLocal(String targetServerName) |
public static boolean isLocal(String targetServerName)
public static boolean areAllLocal(Collection<String> targetServerNames)
public static boolean isAnyLocal(Collection<String> targetServerNames)
public static String getHostName()
Copyright © 2021. All rights reserved.