
public class NameAddrUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
INST_ENDPOINT_PATTERN_V1 |
static Pattern |
INST_ENDPOINT_PATTERN_V2 |
static String |
INSTANCE_REGEX_V1 |
static String |
INSTANCE_REGEX_V2 |
static Pattern |
NAMESRV_ENDPOINT_PATTERN |
| Constructor and Description |
|---|
NameAddrUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getNameAdd() |
static String |
parseInstanceIdFromEndpoint(String endpoint) |
static String |
parseNameSrvAddrFromNamesrvEndpoint(String nameSrvEndpoint) |
static boolean |
validateInstanceEndpoint(String endpoint) |
public static final String INSTANCE_REGEX_V1
public static final String INSTANCE_REGEX_V2
public static final Pattern NAMESRV_ENDPOINT_PATTERN
public static final Pattern INST_ENDPOINT_PATTERN_V1
public static final Pattern INST_ENDPOINT_PATTERN_V2
Copyright © 2012–2022. All rights reserved.