| Package | Description |
|---|---|
| org.apache.dubbo.common | |
| org.apache.dubbo.common.url.component |
| Modifier and Type | Method and Description |
|---|---|
URLParam |
URL.getUrlParam() |
| Constructor and Description |
|---|
URL(URLAddress urlAddress,
URLParam urlParam) |
URL(URLAddress urlAddress,
URLParam urlParam,
Map<String,Object> attributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
URLPlainParam
Act like URLParam, will not use DynamicParamTable to compress parameters,
which can support serializer serialization and deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
URLParam |
URLParam.addParameter(String key,
String value)
Add parameters to a new URLParam.
|
URLParam |
URLParam.addParameterIfAbsent(String key,
String value)
Add absent parameters to a new URLParam.
|
URLParam |
URLParam.addParameters(Map<String,String> parameters)
Add parameters to a new URLParam.
|
URLParam |
URLParam.addParametersIfAbsent(Map<String,String> parameters)
Add absent parameters to a new URLParam.
|
URLParam |
URLParam.clearParameters()
remove all of the parameters in URLParam
|
URLParam |
URLParam.URLParamMap.getUrlParam() |
static URLParam |
URLParam.parse(Map<String,String> params)
Parse URLParam
Init URLParam by constructor is not allowed
rawParam field in result will be null while
getRawParam() will automatically create it |
static URLParam |
URLParam.parse(Map<String,String> params,
String rawParam)
Parse URLParam
Init URLParam by constructor is not allowed
|
static URLParam |
URLParam.parse(String rawParam)
Parse URLParam
Init URLParam by constructor is not allowed
|
static URLParam |
URLParam.parse(String rawParam,
boolean encoded,
Map<String,String> extraParameters)
Parse URLParam
Init URLParam by constructor is not allowed
|
URLParam |
URLParam.removeParameters(String... keys)
remove specified parameters in URLParam
|
| Modifier and Type | Method and Description |
|---|---|
static URLPlainParam |
URLPlainParam.toURLPlainParam(URLParam urlParam) |
| Constructor and Description |
|---|
DubboServiceAddressURL(URLAddress urlAddress,
URLParam urlParam,
URL consumerURL,
ServiceConfigURL overrideURL) |
ServiceAddressURL(URLAddress urlAddress,
URLParam urlParam,
URL consumerURL) |
ServiceConfigURL(URLAddress urlAddress,
URLParam urlParam,
Map<String,Object> attributes) |
URLParamMap(URLParam urlParam) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.