public interface RemotingAddressParser
Url| 限定符和类型 | 字段和说明 |
|---|---|
static char |
AND
symbol &
|
static char |
COLON
symbol :
|
static char |
EQUAL
symbol =
|
static char |
QUES
symbol ?
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initUrlArgs(Url url)
Initialize
Url arguments |
Url |
parse(String url)
Parse a simple string url to get
Url |
String |
parseProperty(String url,
String propKey)
Parse to get property value according to specified property key
|
String |
parseUniqueKey(String url)
Parse a simple string url to get a unique key of a certain address
|
static final char COLON
static final char EQUAL
static final char AND
static final char QUES
Copyright © 2021. All rights reserved.