| Package | Description |
|---|---|
| org.apache.dubbo.common | |
| org.apache.dubbo.common.url.component |
| Modifier and Type | Method and Description |
|---|---|
URLAddress |
URL.getUrlAddress() |
| Constructor and Description |
|---|
URL(URLAddress urlAddress,
URLParam urlParam) |
URL(URLAddress urlAddress,
URLParam urlParam,
Map<String,Object> attributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
PathURLAddress |
| Modifier and Type | Method and Description |
|---|---|
static URLAddress |
URLAddress.parse(String rawAddress,
String defaultProtocol,
boolean encoded) |
URLAddress |
URLAddress.setAddress(String host,
int port) |
URLAddress |
PathURLAddress.setAddress(String host,
int port) |
URLAddress |
URLAddress.setHost(String host) |
URLAddress |
PathURLAddress.setHost(String host) |
URLAddress |
URLAddress.setPassword(String password) |
URLAddress |
URLAddress.setPath(String path) |
URLAddress |
URLAddress.setPort(int port) |
URLAddress |
PathURLAddress.setPort(int port) |
URLAddress |
URLAddress.setProtocol(String protocol) |
URLAddress |
PathURLAddress.setProtocol(String protocol) |
URLAddress |
URLAddress.setUsername(String username) |
URLAddress |
PathURLAddress.setUsername(String username) |
| 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) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.