| Package | Description |
|---|---|
| org.apache.dubbo.common | |
| org.apache.dubbo.common.url.component |
| Modifier and Type | Class and Description |
|---|---|
class |
URLBuilder |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfigURL |
URLBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfigURL |
DubboServiceAddressURL.getOverrideURL() |
ServiceConfigURL |
ServiceConfigURL.putAttribute(String key,
Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
DubboServiceAddressURL.setOverrideURL(ServiceConfigURL overrideURL) |
static DubboServiceAddressURL |
DubboServiceAddressURL.valueOf(String rawURL,
URL consumerURL,
ServiceConfigURL overriddenURL) |
| Constructor and Description |
|---|
DubboServiceAddressURL(URLAddress urlAddress,
URLParam urlParam,
URL consumerURL,
ServiceConfigURL overrideURL) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.